Color names in this palette
CSS code for this palette
/* CSS */
.delft {
color: #3b5c87;
}
.lichen-blue {
color: #5d8eb6;
}
.high-elf-blue {
color: #8ec1d7;
}
.swimming {
color: #c2e4e5;
}
.laundry-white {
color: #f4f7f3;
}
/* CSS Variables */
:root {
--delft:#3b5c87;
--lichen-blue:#5d8eb6;
--high-elf-blue:#8ec1d7;
--swimming:#c2e4e5;
--laundry-white:#f4f7f3;
}