Color names in this palette
CSS code for this palette
/* CSS */
.magenta-violet {
color: #6b508b;
}
.usu-pink {
color: #a67d9f;
}
.fantastic-pink {
color: #e5c9c7;
}
.lighthouse-glow {
color: #f9d36c;
}
.butterscotch {
color: #f9b248;
}
/* CSS Variables */
:root {
--magenta-violet:#6b508b;
--usu-pink:#a67d9f;
--fantastic-pink:#e5c9c7;
--lighthouse-glow:#f9d36c;
--butterscotch:#f9b248;
}