Color names in this palette
CSS code for this palette
/* CSS */
.bridal-blush {
color: #e5d4cd;
}
.uptown-taupe {
color: #f0e3d6;
}
.sandy-bay {
color: #f9d6b4;
}
.shrimp-cocktail {
color: #f4a462;
}
.fire-island {
color: #d74f37;
}
/* CSS Variables */
:root {
--bridal-blush:#e5d4cd;
--uptown-taupe:#f0e3d6;
--sandy-bay:#f9d6b4;
--shrimp-cocktail:#f4a462;
--fire-island:#d74f37;
}