Color names in this palette
CSS code for this palette
/* CSS */
.saber-toothed-tiger {
color: #e59757;
}
.taos-turquoise {
color: #259386;
}
.green-vogue {
color: #22424f;
}
.old-cheddar {
color: #d96245;
}
.capital-yellow {
color: #eab843;
}
/* CSS Variables */
:root {
--saber-toothed-tiger:#e59757;
--taos-turquoise:#259386;
--green-vogue:#22424f;
--old-cheddar:#d96245;
--capital-yellow:#eab843;
}