Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a85d8c;
}
.antique-cameo {
color: #f3b7a0;
}
.yellow-essence {
color: #fce1b6;
}
.flower-stem {
color: #b3d9b0;
}
.treacle {
color: #88592b;
}
/* CSS Variables */
:root {
--cyclamen-red:#a85d8c;
--antique-cameo:#f3b7a0;
--yellow-essence:#fce1b6;
--flower-stem:#b3d9b0;
--treacle:#88592b;
}