Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush-peach-pepper {
color: #d0b69a;
}
.sugar-pie {
color: #c6a87b;
}
.nonpareil-apple {
color: #bfa45a;
}
.crusade-king {
color: #d8c05f;
}
.golden-mary {
color: #eabe39;
}
/* CSS Variables */
:root {
--sugar-rush-peach-pepper:#d0b69a;
--sugar-pie:#c6a87b;
--nonpareil-apple:#bfa45a;
--crusade-king:#d8c05f;
--golden-mary:#eabe39;
}