Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.vibrant {
color: #ffd54d;
}
.ocean-cruise {
color: #9ed5e0;
}
.bashful-blue {
color: #6b92d6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--vibrant:#ffd54d;
--ocean-cruise:#9ed5e0;
--bashful-blue:#6b92d6;
}