Color names in this palette
CSS code for this palette
/* CSS */
.ua-red {
color: #d6004f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.matt-pink {
color: #ffb3c2;
}
.just-pink-enough {
color: #ffebef;
}
.salmon-beauty {
color: #f9c8b4;
}
/* CSS Variables */
:root {
--ua-red:#d6004f;
--grapefruit-pulp:#ff6e61;
--matt-pink:#ffb3c2;
--just-pink-enough:#ffebef;
--salmon-beauty:#f9c8b4;
}