Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.akabeni {
color: #c72929;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.not-yo-cheese {
color: #fbc02d;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--akabeni:#c72929;
--university-of-tennessee-orange:#f57a00;
--not-yo-cheese:#fbc02d;
--hollandaise:#ffec3d;
}