Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #fce84f;
}
.peach-butter {
color: #fbaf3c;
}
.ornery-tangerine {
color: #f77a22;
}
.sugar-rush {
color: #d6619e;
}
.plum-dust {
color: #a84d94;
}
/* CSS Variables */
:root {
--paris-daisy:#fce84f;
--peach-butter:#fbaf3c;
--ornery-tangerine:#f77a22;
--sugar-rush:#d6619e;
--plum-dust:#a84d94;
}