Color names in this palette
CSS code for this palette
/* CSS */
.balcony-sunset {
color: #d88d6f;
}
.rosy-outlook {
color: #f7ab9c;
}
.peach-damask {
color: #f9c6a9;
}
.athena-pink {
color: #e8b5c3;
}
.deep-blush {
color: #e26e8b;
}
/* CSS Variables */
:root {
--balcony-sunset:#d88d6f;
--rosy-outlook:#f7ab9c;
--peach-damask:#f9c6a9;
--athena-pink:#e8b5c3;
--deep-blush:#e26e8b;
}