Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.usu-pink {
color: #a67d9d;
}
.pink-nectar {
color: #d6a9b7;
}
.berry-good {
color: #efc3c5;
}
.delightful-peach {
color: #ffebd1;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--usu-pink:#a67d9d;
--pink-nectar:#d6a9b7;
--berry-good:#efc3c5;
--delightful-peach:#ffebd1;
}