Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d3b2e0;
}
.light-blue-glint {
color: #a8d4e1;
}
.laelia-pink {
color: #f4c8e2;
}
.sun-dust {
color: #f8dfa5;
}
.rose-mallow {
color: #f4a4c7;
}
/* CSS Variables */
:root {
--pretty-petunia:#d3b2e0;
--light-blue-glint:#a8d4e1;
--laelia-pink:#f4c8e2;
--sun-dust:#f8dfa5;
--rose-mallow:#f4a4c7;
}