Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a85d8c;
}
.candle-yellow {
color: #e2a16e;
}
.wet-coral {
color: #d15c4d;
}
.ancient-fuchsia {
color: #a04b6b;
}
.durban-sky {
color: #5c8b99;
}
/* CSS Variables */
:root {
--cyclamen-red:#a85d8c;
--candle-yellow:#e2a16e;
--wet-coral:#d15c4d;
--ancient-fuchsia:#a04b6b;
--durban-sky:#5c8b99;
}