Color names in this palette
CSS code for this palette
/* CSS */
.east-side {
color: #a989c2;
}
.silver-rust {
color: #c4a3e0;
}
.barely-bloomed {
color: #e2afe4;
}
.pleasing-pink {
color: #f6cbd3;
}
.candy-bar {
color: #ffb8d5;
}
/* CSS Variables */
:root {
--east-side:#a989c2;
--silver-rust:#c4a3e0;
--barely-bloomed:#e2afe4;
--pleasing-pink:#f6cbd3;
--candy-bar:#ffb8d5;
}