Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1e8f8f;
}
.crystalsong-blue {
color: #4fb0b0;
}
.fling-green {
color: #8dd3d3;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.bitter-orange {
color: #d67a2e;
}
/* CSS Variables */
:root {
--sea-fantasy:#1e8f8f;
--crystalsong-blue:#4fb0b0;
--fling-green:#8dd3d3;
--solar-plexus-chakra:#f1cb4b;
--bitter-orange:#d67a2e;
}