Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.pompelmo {
color: #ff6b6b;
}
.may-day {
color: #4ccdc4;
}
.punch-out-glove {
color: #6a82fb;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--pompelmo:#ff6b6b;
--may-day:#4ccdc4;
--punch-out-glove:#6a82fb;
--mandarin-peel:#ff9d00;
}