Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.pompelmo {
color: #ff6b6b;
}
.serengeti-green {
color: #6dd08c;
}
.olympic-blue {
color: #4b91e2;
}
.khmer-curry {
color: #f05656;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--pompelmo:#ff6b6b;
--serengeti-green:#6dd08c;
--olympic-blue:#4b91e2;
--khmer-curry:#f05656;
}