Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.sweet-chamomile {
color: #fce388;
}
.forsythia-blossom {
color: #f9d66c;
}
.spicy-paella {
color: #f28e36;
}
.mandarin-orange {
color: #eb6a33;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--sweet-chamomile:#fce388;
--forsythia-blossom:#f9d66c;
--spicy-paella:#f28e36;
--mandarin-orange:#eb6a33;
}