Color names in this palette
CSS code for this palette
/* CSS */
.sun-drops {
color: #e7b10d;
}
.safety-yellow {
color: #f0d400;
}
.paris-daisy {
color: #fce84f;
}
.casino-lights {
color: #f6f1b1;
}
.love-spell {
color: #f9b4c0;
}
/* CSS Variables */
:root {
--sun-drops:#e7b10d;
--safety-yellow:#f0d400;
--paris-daisy:#fce84f;
--casino-lights:#f6f1b1;
--love-spell:#f9b4c0;
}