Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.candlelight-peach {
color: #f9a19f;
}
.strawberry-shortcake {
color: #f78d97;
}
.strawberry-pink {
color: #f26e7d;
}
.berrylicious {
color: #d75b6d;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--candlelight-peach:#f9a19f;
--strawberry-shortcake:#f78d97;
--strawberry-pink:#f26e7d;
--berrylicious:#d75b6d;
}