Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.australium-gold {
color: #e8b73b;
}
.pitmaston-pear-yellow {
color: #d2a12d;
}
.drama-queen {
color: #a66e99;
}
.debutante-ball {
color: #6c90bc;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--australium-gold:#e8b73b;
--pitmaston-pear-yellow:#d2a12d;
--drama-queen:#a66e99;
--debutante-ball:#6c90bc;
}