Color names in this palette
CSS code for this palette
/* CSS */
.radiant-orchid {
color: #a85d9f;
}
.berry-popsicle {
color: #d3a7ca;
}
.lavender-soap {
color: #f1c1e6;
}
.orange-glow {
color: #ffe2bd;
}
.larch-bolete {
color: #fba979;
}
/* CSS Variables */
:root {
--radiant-orchid:#a85d9f;
--berry-popsicle:#d3a7ca;
--lavender-soap:#f1c1e6;
--orange-glow:#ffe2bd;
--larch-bolete:#fba979;
}