Color names in this palette
CSS code for this palette
/* CSS */
.lavender-water {
color: #d1c7e1;
}
.high-style {
color: #a7b2d7;
}
.genteel-blue {
color: #6b8bb3;
}
.ocean-call {
color: #2d6a8b;
}
.terror-from-the-deep {
color: #1b4b65;
}
/* CSS Variables */
:root {
--lavender-water:#d1c7e1;
--high-style:#a7b2d7;
--genteel-blue:#6b8bb3;
--ocean-call:#2d6a8b;
--terror-from-the-deep:#1b4b65;
}