Color names in this palette
CSS code for this palette
/* CSS */
.hindsight {
color: #bacae3;
}
.elizabeth-blue {
color: #a1b6d4;
}
.cornflower-blue {
color: #6c90c6;
}
.muted-lavender {
color: #3d5a99;
}
.blue-depths {
color: #293c65;
}
/* CSS Variables */
:root {
--hindsight:#bacae3;
--elizabeth-blue:#a1b6d4;
--cornflower-blue:#6c90c6;
--muted-lavender:#3d5a99;
--blue-depths:#293c65;
}