Color names in this palette
CSS code for this palette
/* CSS */
.ultimate-grey {
color: #a9a7aa;
}
.sensitive-tint {
color: #d0c8ca;
}
.venus-pink {
color: #f1e4e6;
}
.palace-rose {
color: #f8c9d5;
}
.meat {
color: #f47b7b;
}
/* CSS Variables */
:root {
--ultimate-grey:#a9a7aa;
--sensitive-tint:#d0c8ca;
--venus-pink:#f1e4e6;
--palace-rose:#f8c9d5;
--meat:#f47b7b;
}