Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d4a5c8;
}
.rhodonite {
color: #f4b3c4;
}
.nacho {
color: #ffcb5c;
}
.semi-sweet-chocolate {
color: #6a4125;
}
.lime-lizard {
color: #a3d55d;
}
/* CSS Variables */
:root {
--berry-popsicle:#d4a5c8;
--rhodonite:#f4b3c4;
--nacho:#ffcb5c;
--semi-sweet-chocolate:#6a4125;
--lime-lizard:#a3d55d;
}