Color names in this palette
CSS code for this palette
/* CSS */
.royal-heath {
color: #b84c74;
}
.iced-vovo {
color: #e2a6b4;
}
.pink-frosting {
color: #f5d6e2;
}
.lazy-daisy {
color: #f6e8a2;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--royal-heath:#b84c74;
--iced-vovo:#e2a6b4;
--pink-frosting:#f5d6e2;
--lazy-daisy:#f6e8a2;
--lime-lizard:#a3d55d;
}