Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.indian-saffron {
color: #ff9c33;
}
.yellow-jacket {
color: #ffc83d;
}
.lime-lizard {
color: #a3d55d;
}
.blue-elemental {
color: #4d8af5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--indian-saffron:#ff9c33;
--yellow-jacket:#ffc83d;
--lime-lizard:#a3d55d;
--blue-elemental:#4d8af5;
}