Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a65e9e;
}
.manhattan {
color: #e2b27e;
}
.milky-maize {
color: #f6d9a2;
}
.wisley-pink {
color: #f3a39b;
}
.nectarous-nectarine {
color: #e25066;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a65e9e;
--manhattan:#e2b27e;
--milky-maize:#f6d9a2;
--wisley-pink:#f3a39b;
--nectarous-nectarine:#e25066;
}