Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #fde94e;
}
.decisive-yellow {
color: #fbcc4b;
}
.egyptian-gold {
color: #f0a94c;
}
.entan-red {
color: #ef6b4d;
}
.smooch-rouge {
color: #d33c4d;
}
/* CSS Variables */
:root {
--paris-daisy:#fde94e;
--decisive-yellow:#fbcc4b;
--egyptian-gold:#f0a94c;
--entan-red:#ef6b4d;
--smooch-rouge:#d33c4d;
}