Color names in this palette
CSS code for this palette
/* CSS */
.fiesta-pink {
color: #d47393;
}
.berry-riche {
color: #e2a2a9;
}
.old-fashioned-pink {
color: #f5c7c9;
}
.oyster-bisque {
color: #f2e5b0;
}
.reed {
color: #c2d3a6;
}
/* CSS Variables */
:root {
--fiesta-pink:#d47393;
--berry-riche:#e2a2a9;
--old-fashioned-pink:#f5c7c9;
--oyster-bisque:#f2e5b0;
--reed:#c2d3a6;
}