Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.strawberry-smoothie {
color: #e4a0a4;
}
.rose-reminder {
color: #f5c2c5;
}
.muffin-mix {
color: #f5e0d1;
}
.crab-bisque {
color: #f3b49b;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--strawberry-smoothie:#e4a0a4;
--rose-reminder:#f5c2c5;
--muffin-mix:#f5e0d1;
--crab-bisque:#f3b49b;
}