Color names in this palette
CSS code for this palette
/* CSS */
.kimberly {
color: #6b5b8b;
}
.usu-pink {
color: #a77b9c;
}
.elastic-pink {
color: #f0a3c7;
}
.solaria {
color: #f5d58e;
}
.peach-temptation {
color: #f4c3b3;
}
/* CSS Variables */
:root {
--kimberly:#6b5b8b;
--usu-pink:#a77b9c;
--elastic-pink:#f0a3c7;
--solaria:#f5d58e;
--peach-temptation:#f4c3b3;
}