Color names in this palette
CSS code for this palette
/* CSS */
.fresh-auburn {
color: #a52b1d;
}
.flint-corn-red {
color: #d9613f;
}
.bellini-fizz {
color: #f7c78d;
}
.uptown-taupe {
color: #f0e4d6;
}
.hole-in-one {
color: #4cae8d;
}
/* CSS Variables */
:root {
--fresh-auburn:#a52b1d;
--flint-corn-red:#d9613f;
--bellini-fizz:#f7c78d;
--uptown-taupe:#f0e4d6;
--hole-in-one:#4cae8d;
}