Color names in this palette
CSS code for this palette
/* CSS */
.campground {
color: #d2a76a;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.dream-of-spring {
color: #f6d12c;
}
.honey-glow {
color: #eab543;
}
.scrofulous-brown {
color: #d9a33f;
}
/* CSS Variables */
:root {
--campground:#d2a76a;
--solar-plexus-chakra:#f1c84b;
--dream-of-spring:#f6d12c;
--honey-glow:#eab543;
--scrofulous-brown:#d9a33f;
}