Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.bergamot-orange {
color: #f5a15b;
}
.burning-coals {
color: #f69f74;
}
.vinaceous-cinnamon {
color: #f88d8b;
}
.peach-butter {
color: #fbaf3c;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--bergamot-orange:#f5a15b;
--burning-coals:#f69f74;
--vinaceous-cinnamon:#f88d8b;
--peach-butter:#fbaf3c;
}