Color names in this palette
CSS code for this palette
/* CSS */
.glitter-is-not-gold {
color: #ffdd57;
}
.fusion-red {
color: #ff5c61;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-peel {
color: #ff9d00;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--glitter-is-not-gold:#ffdd57;
--fusion-red:#ff5c61;
--grapefruit-pulp:#ff6e61;
--mandarin-peel:#ff9d00;
--coquelicot:#ff3c00;
}