Color names in this palette
CSS code for this palette
/* CSS */
.sappanwood {
color: #9f3c3c;
}
.caramelize {
color: #d78a33;
}
.snake-eyes {
color: #e8c94f;
}
.resplendent-growth {
color: #3d8b3c;
}
.raftsman {
color: #3c5d9f;
}
/* CSS Variables */
:root {
--sappanwood:#9f3c3c;
--caramelize:#d78a33;
--snake-eyes:#e8c94f;
--resplendent-growth:#3d8b3c;
--raftsman:#3c5d9f;
}