Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f3b4d;
}
.winter-green {
color: #4a8c7c;
}
.catarina-green {
color: #8dc4b4;
}
.citrus-honey {
color: #f4b76c;
}
.crushed-orange {
color: #e27b2c;
}
/* CSS Variables */
:root {
--subterranean-river:#1f3b4d;
--winter-green:#4a8c7c;
--catarina-green:#8dc4b4;
--citrus-honey:#f4b76c;
--crushed-orange:#e27b2c;
}