Color names in this palette
CSS code for this palette
/* CSS */
.violet-vignette {
color: #d8e1e9;
}
.sterling-blue {
color: #a2b6c3;
}
.lost-at-sea {
color: #8e9aa9;
}
.blue-heaven {
color: #5b7f9a;
}
.chinese-porcelain {
color: #3a5e7e;
}
/* CSS Variables */
:root {
--violet-vignette:#d8e1e9;
--sterling-blue:#a2b6c3;
--lost-at-sea:#8e9aa9;
--blue-heaven:#5b7f9a;
--chinese-porcelain:#3a5e7e;
}