Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.common-dandelion {
color: #ffd65c;
}
.crystal-green {
color: #a7d879;
}
.cerulean-frost {
color: #6d9dc5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--common-dandelion:#ffd65c;
--crystal-green:#a7d879;
--cerulean-frost:#6d9dc5;
}