Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.sprouted {
color: #f2d58c;
}
.arts-crafts-gold {
color: #f4c58a;
}
.bergamot-orange {
color: #f5a15b;
}
.coral-rose {
color: #f77950;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--sprouted:#f2d58c;
--arts-crafts-gold:#f4c58a;
--bergamot-orange:#f5a15b;
--coral-rose:#f77950;
}