Color names in this palette
CSS code for this palette
/* CSS */
.hot-aquarelle-pink {
color: #ffb3d9;
}
.grapefruit-pulp {
color: #ff6e61;
}
.spirited-yellow {
color: #ffdc85;
}
.lime-lizard {
color: #a3d55d;
}
.snow-pea {
color: #6ccb79;
}
/* CSS Variables */
:root {
--hot-aquarelle-pink:#ffb3d9;
--grapefruit-pulp:#ff6e61;
--spirited-yellow:#ffdc85;
--lime-lizard:#a3d55d;
--snow-pea:#6ccb79;
}