Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.dublin {
color: #6fbf6e;
}
.high-blue {
color: #4ca8e1;
}
.yellow-currant {
color: #f5c76b;
}
.rosy-cheeks {
color: #e1566f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--dublin:#6fbf6e;
--high-blue:#4ca8e1;
--yellow-currant:#f5c76b;
--rosy-cheeks:#e1566f;
}