Color names in this palette
CSS code for this palette
/* CSS */
.resort-sunrise {
color: #f2d7c4;
}
.pink-abalone {
color: #e8b7a1;
}
.shanghai-peach {
color: #d69c8f;
}
.chili-soda {
color: #c77f75;
}
.hacienda-tile {
color: #b66b63;
}
/* CSS Variables */
:root {
--resort-sunrise:#f2d7c4;
--pink-abalone:#e8b7a1;
--shanghai-peach:#d69c8f;
--chili-soda:#c77f75;
--hacienda-tile:#b66b63;
}