Color names in this palette
CSS code for this palette
/* CSS */
.red-orange {
color: #ff3d33;
}
.orange-you-happy {
color: #ff7f24;
}
.extreme-yellow {
color: #ffb429;
}
.saratoga {
color: #585926;
}
.tory-blue {
color: #3b4f8c;
}
/* CSS Variables */
:root {
--red-orange:#ff3d33;
--orange-you-happy:#ff7f24;
--extreme-yellow:#ffb429;
--saratoga:#585926;
--tory-blue:#3b4f8c;
}