Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.clarified-orange {
color: #ffa05c;
}
.common-dandelion {
color: #ffd65c;
}
.lime-lizard {
color: #a3d55d;
}
.iridescent-green {
color: #4abf6b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--clarified-orange:#ffa05c;
--common-dandelion:#ffd65c;
--lime-lizard:#a3d55d;
--iridescent-green:#4abf6b;
}