Color names in this palette
CSS code for this palette
/* CSS */
.ginger-milk {
color: #f9a658;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.first-colors-of-spring {
color: #e1e74b;
}
.bermudagrass {
color: #69bf69;
}
.blue-iguana {
color: #4e9cd0;
}
/* CSS Variables */
:root {
--ginger-milk:#f9a658;
--solar-plexus-chakra:#f1cb4b;
--first-colors-of-spring:#e1e74b;
--bermudagrass:#69bf69;
--blue-iguana:#4e9cd0;
}