Color names in this palette
CSS code for this palette
/* CSS */
.seafarer {
color: #1e4b67;
}
.teal-trinket {
color: #50909b;
}
.november-skies {
color: #7fb2b8;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.laundry-white {
color: #f6f8f1;
}
/* CSS Variables */
:root {
--seafarer:#1e4b67;
--teal-trinket:#50909b;
--november-skies:#7fb2b8;
--frosty-soft-blue:#b2e1e0;
--laundry-white:#f6f8f1;
}