Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e2a7c1;
}
.soft-cashmere {
color: #f4b3d8;
}
.sugarwinkle {
color: #f7c5e6;
}
.hawaiian-cream {
color: #f9e9b9;
}
.tracery {
color: #d9b7a0;
}
/* CSS Variables */
:root {
--think-pink:#e2a7c1;
--soft-cashmere:#f4b3d8;
--sugarwinkle:#f7c5e6;
--hawaiian-cream:#f9e9b9;
--tracery:#d9b7a0;
}