Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a65e9e;
}
.high-maintenance {
color: #d68fb7;
}
.cotton-candy-aesthetic {
color: #f5b7e2;
}
.pinenut {
color: #f6dab6;
}
.strawberry-avalanche {
color: #f0493d;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a65e9e;
--high-maintenance:#d68fb7;
--cotton-candy-aesthetic:#f5b7e2;
--pinenut:#f6dab6;
--strawberry-avalanche:#f0493d;
}