Color names in this palette
CSS code for this palette
/* CSS */
.shaded-sun {
color: #f7eaa6;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.culpeo {
color: #e3a23b;
}
.eerie-glow {
color: #a7d7b8;
}
.middle-green {
color: #4f8c5b;
}
/* CSS Variables */
:root {
--shaded-sun:#f7eaa6;
--solar-plexus-chakra:#f1c84b;
--culpeo:#e3a23b;
--eerie-glow:#a7d7b8;
--middle-green:#4f8c5b;
}