Color names in this palette
CSS code for this palette
/* CSS */
.old-wine {
color: #8d0724;
}
.cold-brew-tonic {
color: #c65c3f;
}
.bergamot-orange {
color: #f19c5b;
}
.deep-fried-sun-rays {
color: #f8c75d;
}
.aspen-yellow {
color: #f8e0a0;
}
/* CSS Variables */
:root {
--old-wine:#8d0724;
--cold-brew-tonic:#c65c3f;
--bergamot-orange:#f19c5b;
--deep-fried-sun-rays:#f8c75d;
--aspen-yellow:#f8e0a0;
}