Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.big-sur-blue-jade {
color: #3b6c8c;
}
.rockpool {
color: #4f9da1;
}
.southern-belle {
color: #a4d6c1;
}
.delicate-lace {
color: #f2e6d4;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--big-sur-blue-jade:#3b6c8c;
--rockpool:#4f9da1;
--southern-belle:#a4d6c1;
--delicate-lace:#f2e6d4;
}