Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d5c7e0;
}
.pink-marshmallow {
color: #f1b6d2;
}
.moonglow {
color: #f7e3c5;
}
.tactile {
color: #d3e5c7;
}
.bellagio-fountains {
color: #b7e1f0;
}
/* CSS Variables */
:root {
--lavender-water:#d5c7e0;
--pink-marshmallow:#f1b6d2;
--moonglow:#f7e3c5;
--tactile:#d3e5c7;
--bellagio-fountains:#b7e1f0;
}