Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.ocean-call {
color: #2d6a8b;
}
.coastline-blue {
color: #4a9aba;
}
.rainwater {
color: #88d7d2;
}
.lemon-ice-yellow {
color: #f5e2a8;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--ocean-call:#2d6a8b;
--coastline-blue:#4a9aba;
--rainwater:#88d7d2;
--lemon-ice-yellow:#f5e2a8;
}