Answers for "red color palette hex"

CSS
1

red color hex

selector {
	background-color: #FF0000; /* or rgb(255, 0, 0) */
    /* color: rgb(255, 0, 0); */
}
Posted by: Guest on January-30-2022

Browse Popular Code Answers by Language