Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.orange-marmalade {
color: #fbae6f;
}
.fresco-cream {
color: #fbc7a2;
}
.candy-heart-pink {
color: #f6a4a2;
}
.sweet-perfume {
color: #d69ebc;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--orange-marmalade:#fbae6f;
--fresco-cream:#fbc7a2;
--candy-heart-pink:#f6a4a2;
--sweet-perfume:#d69ebc;
}