Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.french-sky-blue {
color: #70b5ff;
}
.desert-dessert {
color: #ffb86b;
}
.heath-spotted-orchid {
color: #a65e9e;
}
.light-green {
color: #6bff8b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--french-sky-blue:#70b5ff;
--desert-dessert:#ffb86b;
--heath-spotted-orchid:#a65e9e;
--light-green:#6bff8b;
}