Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.desert-dessert {
color: #ffb86b;
}
.cowbell {
color: #ffe680;
}
.lime-dream {
color: #c2e9b9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--desert-dessert:#ffb86b;
--cowbell:#ffe680;
--lime-dream:#c2e9b9;
}