Color names in this palette
CSS code for this palette
/* CSS */
.glitter-yellow {
color: #f9d75d;
}
.bergamot-orange {
color: #f69e5a;
}
.cumquat-cream {
color: #f29c7d;
}
.wewak {
color: #f28c96;
}
.bit-of-berry {
color: #e55d9c;
}
/* CSS Variables */
:root {
--glitter-yellow:#f9d75d;
--bergamot-orange:#f69e5a;
--cumquat-cream:#f29c7d;
--wewak:#f28c96;
--bit-of-berry:#e55d9c;
}