Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.peach-butter {
color: #fbaf3c;
}
.ornery-tangerine {
color: #f77d26;
}
.benihi-red {
color: #f74e3b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--peach-butter:#fbaf3c;
--ornery-tangerine:#f77d26;
--benihi-red:#f74e3b;
--bacon-strips:#e13e33;
}