Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #a15e9a;
}
.rosecco {
color: #eab8e4;
}
.rosy-nectar {
color: #f0c1e1;
}
.banana-yogurt {
color: #f8e8b4;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#a15e9a;
--rosecco:#eab8e4;
--rosy-nectar:#f0c1e1;
--banana-yogurt:#f8e8b4;
--deeply-embarrassed:#f0b2b2;
}