Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.common-dandelion {
color: #ffd65c;
}
.fluffy-duckling {
color: #f7e13b;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--common-dandelion:#ffd65c;
--fluffy-duckling:#f7e13b;
--lime-lizard:#a3d55d;
}