Color names in this palette
CSS code for this palette
/* CSS */
.saffron-yellow {
color: #d19929;
}
.caramelize {
color: #d68f38;
}
.clay-terrace {
color: #d78042;
}
.track-and-field {
color: #d66a4c;
}
.roman {
color: #d6605c;
}
/* CSS Variables */
:root {
--saffron-yellow:#d19929;
--caramelize:#d68f38;
--clay-terrace:#d78042;
--track-and-field:#d66a4c;
--roman:#d6605c;
}