Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.yellow-cream {
color: #f2d269;
}
.chefchaouen-blue {
color: #a1d3e8;
}
.dusty-turquoise {
color: #5a8b8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--yellow-cream:#f2d269;
--chefchaouen-blue:#a1d3e8;
--dusty-turquoise:#5a8b8c;
}