Color names in this palette
CSS code for this palette
/* CSS */
.seascape-green {
color: #b3e5e6;
}
.smooth-satin {
color: #a1d4d4;
}
.cabana-bay {
color: #8cc0c0;
}
.buoyancy {
color: #7bb2b2;
}
.steel-pan-mallet {
color: #6da2a2;
}
/* CSS Variables */
:root {
--seascape-green:#b3e5e6;
--smooth-satin:#a1d4d4;
--cabana-bay:#8cc0c0;
--buoyancy:#7bb2b2;
--steel-pan-mallet:#6da2a2;
}