Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a6598b;
}
.wild-orchid {
color: #d97d9d;
}
.copper-river {
color: #f5a06b;
}
.honey-butter {
color: #f8d39b;
}
.madder-orange {
color: #f3bfaf;
}
/* CSS Variables */
:root {
--cyclamen-red:#a6598b;
--wild-orchid:#d97d9d;
--copper-river:#f5a06b;
--honey-butter:#f8d39b;
--madder-orange:#f3bfaf;
}