Color names in this palette
CSS code for this palette
/* CSS */
.usu-pink {
color: #a67d9f;
}
.lilac-haze {
color: #d7b7d3;
}
.cute-little-pink {
color: #f3e2e2;
}
.peach-damask {
color: #f7c5a6;
}
.apricot-sorbet {
color: #e5a55d;
}
/* CSS Variables */
:root {
--usu-pink:#a67d9f;
--lilac-haze:#d7b7d3;
--cute-little-pink:#f3e2e2;
--peach-damask:#f7c5a6;
--apricot-sorbet:#e5a55d;
}