Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3d5a99;
}
.woad-blue {
color: #587ebb;
}
.goluboy-blue {
color: #8cb8e3;
}
.blue-rice {
color: #b2d4f5;
}
.cotton-ball {
color: #f3fafc;
}
/* CSS Variables */
:root {
--muted-lavender:#3d5a99;
--woad-blue:#587ebb;
--goluboy-blue:#8cb8e3;
--blue-rice:#b2d4f5;
--cotton-ball:#f3fafc;
}