Color names in this palette
CSS code for this palette
/* CSS */
.akuma {
color: #d33131;
}
.nasturtium-flower {
color: #e64919;
}
.university-of-tennessee-orange {
color: #f57a00;
}
.not-yo-cheese {
color: #fbc02d;
}
.greenivorous {
color: #cbdc38;
}
/* CSS Variables */
:root {
--akuma:#d33131;
--nasturtium-flower:#e64919;
--university-of-tennessee-orange:#f57a00;
--not-yo-cheese:#fbc02d;
--greenivorous:#cbdc38;
}