Color names in this palette
CSS code for this palette
/* CSS */
.pink-heath {
color: #f2b5e6;
}
.antique-wicker-basket {
color: #f5d3a3;
}
.sweet-lilac {
color: #e8b5d0;
}
.bellagio-fountains {
color: #b9e3f3;
}
.petals-unfolding {
color: #f3b9c4;
}
/* CSS Variables */
:root {
--pink-heath:#f2b5e6;
--antique-wicker-basket:#f5d3a3;
--sweet-lilac:#e8b5d0;
--bellagio-fountains:#b9e3f3;
--petals-unfolding:#f3b9c4;
}