Color names in this palette
CSS code for this palette
/* CSS */
.noodles {
color: #f9e3b4;
}
.laelia-pink {
color: #f5c7e0;
}
.petal-plush {
color: #e0a5e9;
}
.pale-frost {
color: #c7e2f0;
}
.light-blue-glint {
color: #a8d3e1;
}
/* CSS Variables */
:root {
--noodles:#f9e3b4;
--laelia-pink:#f5c7e0;
--petal-plush:#e0a5e9;
--pale-frost:#c7e2f0;
--light-blue-glint:#a8d3e1;
}