Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3b5897;
}
.boudoir-blue {
color: #7b9bdb;
}
.windsor-way {
color: #a2c7e7;
}
.philippine-golden-yellow {
color: #f0b800;
}
.serene-pink {
color: #f6c7b6;
}
/* CSS Variables */
:root {
--muted-lavender:#3b5897;
--boudoir-blue:#7b9bdb;
--windsor-way:#a2c7e7;
--philippine-golden-yellow:#f0b800;
--serene-pink:#f6c7b6;
}