Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #283a77;
}
.moonshade {
color: #5c6b99;
}
.wild-phlox {
color: #9da8c3;
}
.lavender-water {
color: #d1c8e0;
}
.alpine-goat {
color: #f1eef6;
}
/* CSS Variables */
:root {
--blue-expanse:#283a77;
--moonshade:#5c6b99;
--wild-phlox:#9da8c3;
--lavender-water:#d1c8e0;
--alpine-goat:#f1eef6;
}