Color names in this palette
CSS code for this palette
/* CSS */
.touching-white {
color: #f4e0d7;
}
.just-blush {
color: #f9b4a4;
}
.university-of-tennessee-orange {
color: #f57e00;
}
.exuberance {
color: #d65900;
}
.tijolo {
color: #a85100;
}
/* CSS Variables */
:root {
--touching-white:#f4e0d7;
--just-blush:#f9b4a4;
--university-of-tennessee-orange:#f57e00;
--exuberance:#d65900;
--tijolo:#a85100;
}