Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.sweet-apricot {
color: #f9c1a9;
}
.juicy-passionfruit {
color: #f28d6e;
}
.flirty-rose {
color: #d45e8d;
}
.cleopatra-s-gown {
color: #7a4e8d;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--sweet-apricot:#f9c1a9;
--juicy-passionfruit:#f28d6e;
--flirty-rose:#d45e8d;
--cleopatra-s-gown:#7a4e8d;
}