Color names in this palette
CSS code for this palette
/* CSS */
.sweat-bee {
color: #1d4f91;
}
.christmas-blue {
color: #2f8bc1;
}
.lake-thun {
color: #4dc5e0;
}
.light-washed-blue {
color: #aae0e9;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--sweat-bee:#1d4f91;
--christmas-blue:#2f8bc1;
--lake-thun:#4dc5e0;
--light-washed-blue:#aae0e9;
--lynx-white:#f6f8f8;
}