Color names in this palette
CSS code for this palette
/* CSS */
.summerday-blue {
color: #3a6a98;
}
.orange-pospsicle {
color: #f1a50e;
}
.autumn-robin {
color: #c34b2c;
}
.green-acres {
color: #4f9c49;
}
.friendly-yellow {
color: #f6e1b1;
}
/* CSS Variables */
:root {
--summerday-blue:#3a6a98;
--orange-pospsicle:#f1a50e;
--autumn-robin:#c34b2c;
--green-acres:#4f9c49;
--friendly-yellow:#f6e1b1;
}