Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.vibrant {
color: #ffd54d;
}
.lime-lizard {
color: #a3d55d;
}
.norfolk-sky {
color: #6ab5e7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--vibrant:#ffd54d;
--lime-lizard:#a3d55d;
--norfolk-sky:#6ab5e7;
}