Color names in this palette
CSS code for this palette
/* CSS */
.river-fountain {
color: #1e8d8f;
}
.crystalsong-blue {
color: #4fb5b2;
}
.aqua-zing {
color: #7edddb;
}
.east-cape {
color: #b2f0e6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--river-fountain:#1e8d8f;
--crystalsong-blue:#4fb5b2;
--aqua-zing:#7edddb;
--east-cape:#b2f0e6;
--solar-plexus-chakra:#f1c84b;
}