Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.dream-of-spring {
color: #f6d028;
}
.lime-lizard {
color: #a3d35a;
}
.norfolk-sky {
color: #6cb8e4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--dream-of-spring:#f6d028;
--lime-lizard:#a3d35a;
--norfolk-sky:#6cb8e4;
}