Color names in this palette
CSS code for this palette
/* CSS */
.breakwater {
color: #d2dfe5;
}
.sterling-blue {
color: #a3b8c2;
}
.walden-pond {
color: #7a9cb8;
}
.casual-blue {
color: #4a7f8c;
}
.night-shift {
color: #2c606d;
}
/* CSS Variables */
:root {
--breakwater:#d2dfe5;
--sterling-blue:#a3b8c2;
--walden-pond:#7a9cb8;
--casual-blue:#4a7f8c;
--night-shift:#2c606d;
}