Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.island-girl {
color: #ffb699;
}
.whisper-yellow {
color: #ffe6b8;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--island-girl:#ffb699;
--whisper-yellow:#ffe6b8;
--lime-lizard:#a3d55d;
}