Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.larkspur {
color: #3e7b8e;
}
.water-baby {
color: #5bb6c8;
}
.xanthous {
color: #f4b02a;
}
.sparrow-s-fire {
color: #ff6929;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--larkspur:#3e7b8e;
--water-baby:#5bb6c8;
--xanthous:#f4b02a;
--sparrow-s-fire:#ff6929;
}