Color names in this palette
CSS code for this palette
/* CSS */
.true-purple {
color: #6f2c90;
}
.east-side {
color: #ac85c1;
}
.sullivan-s-heart {
color: #f5c7d1;
}
.nature-apricot {
color: #ffb7a3;
}
.bumblebee {
color: #ffcd29;
}
/* CSS Variables */
:root {
--true-purple:#6f2c90;
--east-side:#ac85c1;
--sullivan-s-heart:#f5c7d1;
--nature-apricot:#ffb7a3;
--bumblebee:#ffcd29;
}