Color names in this palette
CSS code for this palette
/* CSS */
.sun-drops {
color: #e7b10d;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.igniting {
color: #f3d69b;
}
.dried-goldenrod {
color: #e6a92d;
}
.autumn-maple {
color: #d3721d;
}
/* CSS Variables */
:root {
--sun-drops:#e7b10d;
--solar-plexus-chakra:#f1cb4b;
--igniting:#f3d69b;
--dried-goldenrod:#e6a92d;
--autumn-maple:#d3721d;
}