Color names in this palette
CSS code for this palette
/* CSS */
.strawberry-wine {
color: #c76b6b;
}
.grim-pink {
color: #dfafaf;
}
.peachskin {
color: #e0b2b2;
}
.french-bustle {
color: #f2d4d4;
}
.happy-piglets {
color: #f6cbcb;
}
/* CSS Variables */
:root {
--strawberry-wine:#c76b6b;
--grim-pink:#dfafaf;
--peachskin:#e0b2b2;
--french-bustle:#f2d4d4;
--happy-piglets:#f6cbcb;
}