Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d4c7e1;
}
.high-style {
color: #a6b4d8;
}
.blue-electress {
color: #6a9cd2;
}
.casting-sea {
color: #4a87c4;
}
.caledor-sky {
color: #2f629d;
}
/* CSS Variables */
:root {
--lavender-water:#d4c7e1;
--high-style:#a6b4d8;
--blue-electress:#6a9cd2;
--casting-sea:#4a87c4;
--caledor-sky:#2f629d;
}