Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.flickering-sea {
color: #4d6ef5;
}
.wondrous-wisteria {
color: #99b0f0;
}
.mother-of-pearl-silver {
color: #cbd5e7;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--flickering-sea:#4d6ef5;
--wondrous-wisteria:#99b0f0;
--mother-of-pearl-silver:#cbd5e7;
--m-white:#f5f9ff;
}