Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6a2c90;
}
.hyacinth-violet {
color: #9c4f92;
}
.bakelite-gold {
color: #d29a5b;
}
.popcorn {
color: #f5d07a;
}
.egyptian-gold {
color: #efa64d;
}
/* CSS Variables */
:root {
--true-purple:#6a2c90;
--hyacinth-violet:#9c4f92;
--bakelite-gold:#d29a5b;
--popcorn:#f5d07a;
--egyptian-gold:#efa64d;
}