Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.zenith {
color: #497b9c;
}
.pond-blue {
color: #8db5c8;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.camel-red {
color: #e76f3c;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--zenith:#497b9c;
--pond-blue:#8db5c8;
--solar-plexus-chakra:#f1c84b;
--camel-red:#e76f3c;
}