Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d4a4e5;
}
.parfait-pink {
color: #e6b2c6;
}
.ride-off-into-the-sunset {
color: #f4d166;
}
.welcoming-wasp {
color: #f0a800;
}
.university-of-tennessee-orange {
color: #f57e00;
}
/* CSS Variables */
:root {
--bright-ube:#d4a4e5;
--parfait-pink:#e6b2c6;
--ride-off-into-the-sunset:#f4d166;
--welcoming-wasp:#f0a800;
--university-of-tennessee-orange:#f57e00;
}