Color names in this palette
CSS code for this palette
/* CSS */
.cornflake {
color: #f0e68a;
}
.sunny-mood {
color: #f7c94b;
}
.gusto-gold {
color: #fcae1d;
}
.sea-nettle {
color: #f67a3c;
}
.pink-dahlia {
color: #b94b6a;
}
/* CSS Variables */
:root {
--cornflake:#f0e68a;
--sunny-mood:#f7c94b;
--gusto-gold:#fcae1d;
--sea-nettle:#f67a3c;
--pink-dahlia:#b94b6a;
}