Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.estuary-blue {
color: #6fa5b8;
}
.hot-sun {
color: #f7b32b;
}
.iced-vovo {
color: #e2a1b4;
}
.allspice {
color: #f4cca9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--estuary-blue:#6fa5b8;
--hot-sun:#f7b32b;
--iced-vovo:#e2a1b4;
--allspice:#f4cca9;
}