Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.soviet-gold {
color: #ffd900;
}
.grapefruit-pulp {
color: #ff6e61;
}
.poodle-skirt {
color: #ffb3ba;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--soviet-gold:#ffd900;
--grapefruit-pulp:#ff6e61;
--poodle-skirt:#ffb3ba;
--n-rang-orange:#ff8052;
}