Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #203d4c;
}
.hippie-blue {
color: #498a9c;
}
.dexter {
color: #6cb2af;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orange-gluttony {
color: #f2791c;
}
/* CSS Variables */
:root {
--subterranean-river:#203d4c;
--hippie-blue:#498a9c;
--dexter:#6cb2af;
--solar-plexus-chakra:#f1c84b;
--orange-gluttony:#f2791c;
}