Color names in this palette
CSS code for this palette
/* CSS */
.berry-popsicle {
color: #d4a5c8;
}
.thimble-red {
color: #a35c8b;
}
.boysenberry {
color: #892f5a;
}
.choral-singer {
color: #b47999;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--berry-popsicle:#d4a5c8;
--thimble-red:#a35c8b;
--boysenberry:#892f5a;
--choral-singer:#b47999;
--hopeful:#f2d4e1;
}