Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3b5897;
}
.azraq-blue {
color: #4d6db3;
}
.bashful-blue {
color: #6d91d5;
}
.sea-cliff {
color: #a3c7e0;
}
.cotton-ball {
color: #f3f8fc;
}
/* CSS Variables */
:root {
--muted-lavender:#3b5897;
--azraq-blue:#4d6db3;
--bashful-blue:#6d91d5;
--sea-cliff:#a3c7e0;
--cotton-ball:#f3f8fc;
}