Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.golden-kingdom {
color: #e2c94b;
}
.chaat-masala {
color: #e9802b;
}
.painted-poppy {
color: #c84a3c;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--golden-kingdom:#e2c94b;
--chaat-masala:#e9802b;
--painted-poppy:#c84a3c;
}