Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a6c3;
}
.lavender-candy {
color: #f9b4d3;
}
.creamy-strawberry {
color: #fbd5df;
}
.brushstroke {
color: #f2e1ba;
}
.applesauce {
color: #f6d798;
}
/* CSS Variables */
:root {
--think-pink:#e3a6c3;
--lavender-candy:#f9b4d3;
--creamy-strawberry:#fbd5df;
--brushstroke:#f2e1ba;
--applesauce:#f6d798;
}