Color names in this palette
CSS code for this palette
/* CSS */
.tango-pink {
color: #e37e7d;
}
.la-vie-en-rose {
color: #d3a5a1;
}
.mud-pink {
color: #d9bfc4;
}
.venus-pink {
color: #f1e5e4;
}
.holly-glen {
color: #a4b7b6;
}
/* CSS Variables */
:root {
--tango-pink:#e37e7d;
--la-vie-en-rose:#d3a5a1;
--mud-pink:#d9bfc4;
--venus-pink:#f1e5e4;
--holly-glen:#a4b7b6;
}