Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.sherbet-fruit {
color: #f7c8bb;
}
.bloodthirsty-beige {
color: #f9d8d2;
}
.cotton-club {
color: #f3e3d3;
}
.parfait-pink {
color: #e2b1c5;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--sherbet-fruit:#f7c8bb;
--bloodthirsty-beige:#f9d8d2;
--cotton-club:#f3e3d3;
--parfait-pink:#e2b1c5;
}