Color names in this palette
CSS code for this palette
/* CSS */
.cattail-red {
color: #b54a26;
}
.jaffa {
color: #e0794d;
}
.full-yellow {
color: #f9ba4e;
}
.vanilla-custard {
color: #f3e0bf;
}
.steel-teal {
color: #5b8b89;
}
/* CSS Variables */
:root {
--cattail-red:#b54a26;
--jaffa:#e0794d;
--full-yellow:#f9ba4e;
--vanilla-custard:#f3e0bf;
--steel-teal:#5b8b89;
}