Color names in this palette
CSS code for this palette
/* CSS */
.succulent-green {
color: #5b9a84;
}
.citrus-sachet {
color: #f1c6a7;
}
.lively-coral {
color: #e6797d;
}
.icy-lemonade {
color: #f7e8b1;
}
.radiant-orchid {
color: #a95b9e;
}
/* CSS Variables */
:root {
--succulent-green:#5b9a84;
--citrus-sachet:#f1c6a7;
--lively-coral:#e6797d;
--icy-lemonade:#f7e8b1;
--radiant-orchid:#a95b9e;
}