Color names in this palette
CSS code for this palette
/* CSS */
.maizena {
color: #f6ec60;
}
.lighthouse-glow {
color: #f8d668;
}
.sunday-afternoon {
color: #f9c776;
}
.sundance {
color: #fbc86f;
}
.salted-caramel-popcorn {
color: #f9b14e;
}
/* CSS Variables */
:root {
--maizena:#f6ec60;
--lighthouse-glow:#f8d668;
--sunday-afternoon:#f9c776;
--sundance:#fbc86f;
--salted-caramel-popcorn:#f9b14e;
}