Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.princess {
color: #f1a7b4;
}
.enjoyable-yellow {
color: #f6d5a7;
}
.cape-jasmine {
color: #ffb85c;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--princess:#f1a7b4;
--enjoyable-yellow:#f6d5a7;
--cape-jasmine:#ffb85c;
}