Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.hot-sun {
color: #f7b32b;
}
.welcoming-wasp {
color: #f0a800;
}
.celestial-coral {
color: #d93f4f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--hot-sun:#f7b32b;
--welcoming-wasp:#f0a800;
--celestial-coral:#d93f4f;
}