Color names in this palette
CSS code for this palette
/* CSS */
.curry {
color: #d3a031;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.ethereal-green {
color: #f1e7c6;
}
.electric-eel {
color: #8cb7f3;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--curry:#d3a031;
--solar-plexus-chakra:#f1c84b;
--ethereal-green:#f1e7c6;
--electric-eel:#8cb7f3;
--peaceful-river:#4a9cd3;
}