Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f7e9b6;
}
.wake-me-up {
color: #f3d758;
}
.themeda-japonica {
color: #e1b23d;
}
.old-guitar {
color: #b25c1f;
}
.bloodstain {
color: #7a1f00;
}
/* CSS Variables */
:root {
--tamale-maize:#f7e9b6;
--wake-me-up:#f3d758;
--themeda-japonica:#e1b23d;
--old-guitar:#b25c1f;
--bloodstain:#7a1f00;
}