Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.not-yo-cheese {
color: #fbc02d;
}
.arctic-paradise {
color: #b6e6fc;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--university-of-tennessee-orange:#f57a00;
--not-yo-cheese:#fbc02d;
--arctic-paradise:#b6e6fc;
--emerald-wave:#4eb7ac;
}