Color names in this palette
CSS code for this palette
/* CSS */
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.lemon-peel {
color: #ffee80;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3c2e;
}
/* CSS Variables */
:root {
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--lemon-peel:#ffee80;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3c2e;
}