Color names in this palette
CSS code for this palette
/* CSS */
.narcissus {
color: #c4974a;
}
.cat-s-eye-marble {
color: #d6a75c;
}
.dandelion-wish {
color: #e3b868;
}
.pastel-de-nata {
color: #f2c978;
}
.pixel-cream {
color: #f9d385;
}
/* CSS Variables */
:root {
--narcissus:#c4974a;
--cat-s-eye-marble:#d6a75c;
--dandelion-wish:#e3b868;
--pastel-de-nata:#f2c978;
--pixel-cream:#f9d385;
}