Color names in this palette
CSS code for this palette
/* CSS */
.tandoori {
color: #b95c4b;
}
.fire-orange {
color: #ff8f5c;
}
.radler {
color: #ffd15c;
}
.lime-lizard {
color: #a1d85a;
}
.mammoth-mountain {
color: #3e6e7a;
}
/* CSS Variables */
:root {
--tandoori:#b95c4b;
--fire-orange:#ff8f5c;
--radler:#ffd15c;
--lime-lizard:#a1d85a;
--mammoth-mountain:#3e6e7a;
}