Color names in this palette
CSS code for this palette
/* CSS */
.gentle-glow {
color: #f3e5ba;
}
.my-love {
color: #e1c6a8;
}
.darling-clementine {
color: #d1a37a;
}
.bread-crust {
color: #b58e45;
}
.byzantine-copper {
color: #a86c3e;
}
/* CSS Variables */
:root {
--gentle-glow:#f3e5ba;
--my-love:#e1c6a8;
--darling-clementine:#d1a37a;
--bread-crust:#b58e45;
--byzantine-copper:#a86c3e;
}