Color names in this palette
CSS code for this palette
/* CSS */
.pure-mauve {
color: #6a4c94;
}
.east-side {
color: #ac85c1;
}
.waddles-pink {
color: #f1a7d1;
}
.grandis {
color: #ffcd70;
}
.synthetic-pumpkin {
color: #ff7b3d;
}
/* CSS Variables */
:root {
--pure-mauve:#6a4c94;
--east-side:#ac85c1;
--waddles-pink:#f1a7d1;
--grandis:#ffcd70;
--synthetic-pumpkin:#ff7b3d;
}