Color names in this palette
CSS code for this palette
/* CSS */
.angel-food-cake {
color: #d5a153;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.highlighter-yellow {
color: #f9e93e;
}
.squash-blossom {
color: #f7b83b;
}
.child-of-the-moon {
color: #c68e39;
}
/* CSS Variables */
:root {
--angel-food-cake:#d5a153;
--solar-plexus-chakra:#f1c84b;
--highlighter-yellow:#f9e93e;
--squash-blossom:#f7b83b;
--child-of-the-moon:#c68e39;
}