Color names in this palette
CSS code for this palette
/* CSS */
.tangerine-bliss {
color: #d55d2a;
}
.zucchini-flower {
color: #e7a64b;
}
.rayo-de-sol {
color: #f4c557;
}
.beef-hotpot {
color: #a85f2e;
}
.october {
color: #c77838;
}
/* CSS Variables */
:root {
--tangerine-bliss:#d55d2a;
--zucchini-flower:#e7a64b;
--rayo-de-sol:#f4c557;
--beef-hotpot:#a85f2e;
--october:#c77838;
}