Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.marigold-dust {
color: #f3cf3f;
}
.crystal-green {
color: #a5d97d;
}
.blue-iguana {
color: #509cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--marigold-dust:#f3cf3f;
--crystal-green:#a5d97d;
--blue-iguana:#509cd3;
}