Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3b5897;
}
.blue-sonki {
color: #4a83d3;
}
.greek-sea {
color: #71a8e0;
}
.windsor-way {
color: #a2c9e7;
}
.swirling-water {
color: #e6e8ea;
}
/* CSS Variables */
:root {
--muted-lavender:#3b5897;
--blue-sonki:#4a83d3;
--greek-sea:#71a8e0;
--windsor-way:#a2c9e7;
--swirling-water:#e6e8ea;
}