Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.juniper-berry-blue {
color: #3f606e;
}
.bluesy-note {
color: #7e9ab4;
}
.distant-shore {
color: #c1d6e2;
}
.coral-bisque {
color: #f6c5b1;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--juniper-berry-blue:#3f606e;
--bluesy-note:#7e9ab4;
--distant-shore:#c1d6e2;
--coral-bisque:#f6c5b1;
}