Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.young-fern {
color: #6fbe7d;
}
.mystic-tulip {
color: #f7b5a1;
}
.soviet-gold {
color: #ffd900;
}
.sun-crete {
color: #ff8c00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--young-fern:#6fbe7d;
--mystic-tulip:#f7b5a1;
--soviet-gold:#ffd900;
--sun-crete:#ff8c00;
}