Color names in this palette
CSS code for this palette
/* CSS */
.purple-shine {
color: #c7bad4;
}
.usu-pink {
color: #a67d9d;
}
.buttercup-yellow {
color: #e3c4a1;
}
.angel-food-cake {
color: #daa24e;
}
.strong-iris {
color: #5f5e7d;
}
/* CSS Variables */
:root {
--purple-shine:#c7bad4;
--usu-pink:#a67d9d;
--buttercup-yellow:#e3c4a1;
--angel-food-cake:#daa24e;
--strong-iris:#5f5e7d;
}