Color names in this palette
CSS code for this palette
/* CSS */
.dried-goldenrod {
color: #e5a824;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.e-honda-beige {
color: #f9d780;
}
.solar {
color: #fceab6;
}
.bleached-apricot {
color: #f9c7ae;
}
/* CSS Variables */
:root {
--dried-goldenrod:#e5a824;
--solar-plexus-chakra:#f1c84b;
--e-honda-beige:#f9d780;
--solar:#fceab6;
--bleached-apricot:#f9c7ae;
}