Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.coral-fountain {
color: #e2a7a2;
}
.silver-strawberry {
color: #f3bfc0;
}
.first-daughter {
color: #f8d3d8;
}
.precious-pink {
color: #f7b1b2;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--coral-fountain:#e2a7a2;
--silver-strawberry:#f3bfc0;
--first-daughter:#f8d3d8;
--precious-pink:#f7b1b2;
}