Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.milkshake-pink {
color: #f2cfd4;
}
.american-yellow {
color: #f5b400;
}
.hazelnut-chocolate {
color: #7a3f00;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--milkshake-pink:#f2cfd4;
--american-yellow:#f5b400;
--hazelnut-chocolate:#7a3f00;
}