Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1a3d5b;
}
.kimberley-sea {
color: #3a687e;
}
.lake-lucerne {
color: #6b9ab8;
}
.ariel {
color: #b2d6eb;
}
.ethereal-white {
color: #e6f4f1;
}
/* CSS Variables */
:root {
--capital-blue:#1a3d5b;
--kimberley-sea:#3a687e;
--lake-lucerne:#6b9ab8;
--ariel:#b2d6eb;
--ethereal-white:#e6f4f1;
}