Color names in this palette
CSS code for this palette
/* CSS */
.bountiful-gold {
color: #e3c568;
}
.lenurple {
color: #c193dc;
}
.amethyst {
color: #9364c9;
}
.desert-dust {
color: #e4b58b;
}
.cinnamon-brandy {
color: #cc8d6b;
}
/* CSS Variables */
:root {
--bountiful-gold:#e3c568;
--lenurple:#c193dc;
--amethyst:#9364c9;
--desert-dust:#e4b58b;
--cinnamon-brandy:#cc8d6b;
}