Color names in this palette
CSS code for this palette
/* CSS */
.crystal-green {
color: #a4d57b;
}
.dolly {
color: #f2f56b;
}
.troll-slayer-orange {
color: #f6a64c;
}
.flirty-rose {
color: #d45e8d;
}
.daisy-bush {
color: #5d3f8d;
}
/* CSS Variables */
:root {
--crystal-green:#a4d57b;
--dolly:#f2f56b;
--troll-slayer-orange:#f6a64c;
--flirty-rose:#d45e8d;
--daisy-bush:#5d3f8d;
}