Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.egyptian-gold {
color: #f1a64b;
}
.entan-red {
color: #f06d4c;
}
.rouge-red {
color: #e1476d;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--egyptian-gold:#f1a64b;
--entan-red:#f06d4c;
--rouge-red:#e1476d;
--plum-dust:#a84d94;
}