Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.sotek-green {
color: #4a7c8c;
}
.glacier {
color: #79b2c3;
}
.silent-ripple {
color: #aae4e1;
}
.new-clay {
color: #f1c1b6;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--sotek-green:#4a7c8c;
--glacier:#79b2c3;
--silent-ripple:#aae4e1;
--new-clay:#f1c1b6;
}