Color names in this palette
CSS code for this palette
/* CSS */
.seascape-green {
color: #b4e4e1;
}
.midwinter-mist {
color: #a2d3dd;
}
.cuttlefish {
color: #81b9c5;
}
.pass-time-blue {
color: #599bb1;
}
.dirty-blue {
color: #3c809a;
}
/* CSS Variables */
:root {
--seascape-green:#b4e4e1;
--midwinter-mist:#a2d3dd;
--cuttlefish:#81b9c5;
--pass-time-blue:#599bb1;
--dirty-blue:#3c809a;
}