Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.winter-shadow {
color: #4f6c78;
}
.artful-aqua {
color: #8fb3b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.emberglow {
color: #e6695b;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--winter-shadow:#4f6c78;
--artful-aqua:#8fb3b1;
--solar-plexus-chakra:#f1c84b;
--emberglow:#e6695b;
}