Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f6cb3c;
}
.rubber-ducky {
color: #f7d059;
}
.storm-lightning {
color: #f9e79f;
}
.lazy-daisy {
color: #f8eca5;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--marigold-dust:#f6cb3c;
--rubber-ducky:#f7d059;
--storm-lightning:#f9e79f;
--lazy-daisy:#f8eca5;
--american-yellow:#f5b400;
}