Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.cozy-summer-sunset {
color: #eba2a2;
}
.silver-strawberry {
color: #f1c1c1;
}
.muffin-mix {
color: #f5e0d1;
}
.ballerina-pink {
color: #f8b9b9;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--cozy-summer-sunset:#eba2a2;
--silver-strawberry:#f1c1c1;
--muffin-mix:#f5e0d1;
--ballerina-pink:#f8b9b9;
}