Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin-jack {
color: #6eaf8e;
}
.desert-dessert {
color: #ffb86b;
}
.strawberry-avalanche {
color: #f54d3d;
}
.pickled-ginger {
color: #ffe057;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin-jack:#6eaf8e;
--desert-dessert:#ffb86b;
--strawberry-avalanche:#f54d3d;
--pickled-ginger:#ffe057;
}