Color names in this palette
CSS code for this palette
/* CSS */
.streusel-cake {
color: #d9aa5e;
}
.norman-shaw-goldspar {
color: #e8c68c;
}
.caribbean-sunrise {
color: #f4daa9;
}
.november-gold {
color: #f6b26a;
}
.peanut-butter-jelly {
color: #c94c26;
}
/* CSS Variables */
:root {
--streusel-cake:#d9aa5e;
--norman-shaw-goldspar:#e8c68c;
--caribbean-sunrise:#f4daa9;
--november-gold:#f6b26a;
--peanut-butter-jelly:#c94c26;
}