Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.polished-apple {
color: #8c2b2b;
}
.peachskin {
color: #e1b2b2;
}
.french-bustle {
color: #f2d4d4;
}
.light-red {
color: #ff8080;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--polished-apple:#8c2b2b;
--peachskin:#e1b2b2;
--french-bustle:#f2d4d4;
--light-red:#ff8080;
}