Color names in this palette
CSS code for this palette
/* CSS */
.patrician-purple {
color: #70507c;
}
.usu-pink {
color: #a77b9d;
}
.child-s-play {
color: #e4b9d5;
}
.khaki-core {
color: #f9e3ae;
}
.bergamot-orange {
color: #f6a35a;
}
/* CSS Variables */
:root {
--patrician-purple:#70507c;
--usu-pink:#a77b9d;
--child-s-play:#e4b9d5;
--khaki-core:#f9e3ae;
--bergamot-orange:#f6a35a;
}