Color names in this palette
CSS code for this palette
/* CSS */
.pink-lady {
color: #f3d6b4;
}
.waddles-pink {
color: #f1a7d0;
}
.pink-fit {
color: #f7a6b2;
}
.windsor-way {
color: #a2c7e7;
}
.filtered-forest {
color: #b7e1d4;
}
/* CSS Variables */
:root {
--pink-lady:#f3d6b4;
--waddles-pink:#f1a7d0;
--pink-fit:#f7a6b2;
--windsor-way:#a2c7e7;
--filtered-forest:#b7e1d4;
}