Color names in this palette
CSS code for this palette
/* CSS */
.saturn {
color: #f9e4be;
}
.peach-patch {
color: #f4d69f;
}
.skullcrusher-brass {
color: #f1c88e;
}
.california-chamois {
color: #e9b76d;
}
.gold-foil {
color: #d9a44a;
}
/* CSS Variables */
:root {
--saturn:#f9e4be;
--peach-patch:#f4d69f;
--skullcrusher-brass:#f1c88e;
--california-chamois:#e9b76d;
--gold-foil:#d9a44a;
}