Color names in this palette
CSS code for this palette
/* CSS */
.just-a-fairytale {
color: #6b5b95;
}
.usu-pink {
color: #a77b9d;
}
.soft-cashmere {
color: #f1b6d7;
}
.allspice {
color: #f6caac;
}
.tangerine-cream {
color: #ff9f8a;
}
/* CSS Variables */
:root {
--just-a-fairytale:#6b5b95;
--usu-pink:#a77b9d;
--soft-cashmere:#f1b6d7;
--allspice:#f6caac;
--tangerine-cream:#ff9f8a;
}