Color names in this palette
CSS code for this palette
/* CSS */
.berry-frapp {
color: #b09fc6;
}
.york-plum {
color: #d6c2e5;
}
.alyssa {
color: #f4e2d7;
}
.candlelight-peach {
color: #f8a3a0;
}
.strawberry-pink {
color: #ee6d7e;
}
/* CSS Variables */
:root {
--berry-frapp:#b09fc6;
--york-plum:#d6c2e5;
--alyssa:#f4e2d7;
--candlelight-peach:#f8a3a0;
--strawberry-pink:#ee6d7e;
}