Color names in this palette
CSS code for this palette
/* CSS */
.maybe-maui {
color: #f7d58d;
}
.crunch {
color: #f5b85c;
}
.amber-glow {
color: #f1993b;
}
.cheesy-cheetah {
color: #ebaf2d;
}
.mulberry-thorn {
color: #c77d29;
}
/* CSS Variables */
:root {
--maybe-maui:#f7d58d;
--crunch:#f5b85c;
--amber-glow:#f1993b;
--cheesy-cheetah:#ebaf2d;
--mulberry-thorn:#c77d29;
}