Color names in this palette
CSS code for this palette
/* CSS */
.muted-lavender {
color: #3b5897;
}
.lavender-lustre {
color: #899bc2;
}
.blush-sky {
color: #dee2ed;
}
.lynx-white {
color: #f7f7f7;
}
.vitamin-c {
color: #ff9900;
}
/* CSS Variables */
:root {
--muted-lavender:#3b5897;
--lavender-lustre:#899bc2;
--blush-sky:#dee2ed;
--lynx-white:#f7f7f7;
--vitamin-c:#ff9900;
}