Color names in this palette
CSS code for this palette
/* CSS */
.laelia-pink {
color: #f4c8e2;
}
.dithered-sky {
color: #b8e1ff;
}
.belgian-waffle {
color: #f1dfb7;
}
.pretty-petunia {
color: #d5b3df;
}
.light-orchid {
color: #e5a4d7;
}
/* CSS Variables */
:root {
--laelia-pink:#f4c8e2;
--dithered-sky:#b8e1ff;
--belgian-waffle:#f1dfb7;
--pretty-petunia:#d5b3df;
--light-orchid:#e5a4d7;
}