Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a95b8c;
}
.flower-field {
color: #d9a96d;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.smooth-satin {
color: #a1d3d2;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--cyclamen-red:#a95b8c;
--flower-field:#d9a96d;
--solar-plexus-chakra:#f1c84b;
--smooth-satin:#a1d3d2;
--fiery-salmon:#f76969;
}