Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.fresh-pineapple {
color: #f6d64c;
}
.softsun {
color: #f3c93f;
}
.cheesy-cheetah {
color: #f1b132;
}
.lightning-yellow {
color: #f0a22d;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--fresh-pineapple:#f6d64c;
--softsun:#f3c93f;
--cheesy-cheetah:#f1b132;
--lightning-yellow:#f0a22d;
}