Color names in this palette
CSS code for this palette
/* CSS */
.glitzy-gold {
color: #d8a22c;
}
.goldsmith {
color: #ebb34c;
}
.chai-latte {
color: #f6c9a2;
}
.desert-coral {
color: #d2675b;
}
.cleopatra-s-gown {
color: #7b4d89;
}
/* CSS Variables */
:root {
--glitzy-gold:#d8a22c;
--goldsmith:#ebb34c;
--chai-latte:#f6c9a2;
--desert-coral:#d2675b;
--cleopatra-s-gown:#7b4d89;
}