Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d86b41;
}
.cat-s-eye-marble {
color: #d8a85a;
}
.sprout {
color: #b8c89d;
}
.adventure-isle {
color: #6d9eba;
}
.fresh-eggplant {
color: #4e3d7f;
}
/* CSS Variables */
:root {
--bonfire-night:#d86b41;
--cat-s-eye-marble:#d8a85a;
--sprout:#b8c89d;
--adventure-isle:#6d9eba;
--fresh-eggplant:#4e3d7f;
}