Color names in this palette
CSS code for this palette
/* CSS */
.peach-butter {
color: #fbaf3c;
}
.lightning-yellow {
color: #f6a637;
}
.highlighter-orange {
color: #f1963b;
}
.civara {
color: #c65c39;
}
.nutmeg {
color: #7e4c3a;
}
/* CSS Variables */
:root {
--peach-butter:#fbaf3c;
--lightning-yellow:#f6a637;
--highlighter-orange:#f1963b;
--civara:#c65c39;
--nutmeg:#7e4c3a;
}