Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #c94b1d;
}
.salted-caramel {
color: #e8b168;
}
.indian-pale-ale {
color: #d8b92c;
}
.avocado-stone {
color: #4f3b17;
}
.hamburger {
color: #a84e24;
}
/* CSS Variables */
:root {
--red-panda:#c94b1d;
--salted-caramel:#e8b168;
--indian-pale-ale:#d8b92c;
--avocado-stone:#4f3b17;
--hamburger:#a84e24;
}