Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.grapefruit-pulp {
color: #ff6e61;
}
.mandarin-peel {
color: #ff9d00;
}
.not-yo-cheese {
color: #fbc02d;
}
.flirtatious {
color: #fdd835;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--grapefruit-pulp:#ff6e61;
--mandarin-peel:#ff9d00;
--not-yo-cheese:#fbc02d;
--flirtatious:#fdd835;
}