Color names in this palette
CSS code for this palette
/* CSS */
.herb-robert {
color: #d6a3e0;
}
.pink-marshmallow {
color: #f5b2d4;
}
.flavescent {
color: #f6e88e;
}
.lilliputian-lime {
color: #7fd959;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--herb-robert:#d6a3e0;
--pink-marshmallow:#f5b2d4;
--flavescent:#f6e88e;
--lilliputian-lime:#7fd959;
--pompelmo:#ff6b6b;
}