Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.lime-lizard {
color: #a3d55d;
}
.smashing-pumpkins {
color: #ff5724;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--lime-lizard:#a3d55d;
--smashing-pumpkins:#ff5724;
}