Color names in this palette
CSS code for this palette
/* CSS */
.blacksmith-fire {
color: #f7e650;
}
.dairy-made {
color: #f5b53d;
}
.sh-z-ch-ng-persimmon {
color: #e89c2c;
}
.christmas-orange {
color: #d76b2d;
}
.haba-ero-chile {
color: #b9483c;
}
/* CSS Variables */
:root {
--blacksmith-fire:#f7e650;
--dairy-made:#f5b53d;
--sh-z-ch-ng-persimmon:#e89c2c;
--christmas-orange:#d76b2d;
--haba-ero-chile:#b9483c;
}