Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.grapefruit-pulp {
color: #ff6e61;
}
.sour-candy {
color: #69af4b;
}
.azraq-blue {
color: #4b6abe;
}
.dodgeroll-gold {
color: #f39c12;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--grapefruit-pulp:#ff6e61;
--sour-candy:#69af4b;
--azraq-blue:#4b6abe;
--dodgeroll-gold:#f39c12;
}