Color names in this palette
CSS code for this palette
/* CSS */
.plum-dust {
color: #a84d8e;
}
.love-spell {
color: #f6b6c4;
}
.solar {
color: #fceab6;
}
.lime-lizard {
color: #a3d55d;
}
.memphis-green {
color: #5b9a7e;
}
/* CSS Variables */
:root {
--plum-dust:#a84d8e;
--love-spell:#f6b6c4;
--solar:#fceab6;
--lime-lizard:#a3d55d;
--memphis-green:#5b9a7e;
}