Color names in this palette
CSS code for this palette
/* CSS */
.bratwurst {
color: #582c2c;
}
.apple-butter {
color: #8c4f4f;
}
.ash-rose {
color: #b78080;
}
.perfect-pink {
color: #e2b1b1;
}
.redneck {
color: #f4d7d7;
}
/* CSS Variables */
:root {
--bratwurst:#582c2c;
--apple-butter:#8c4f4f;
--ash-rose:#b78080;
--perfect-pink:#e2b1b1;
--redneck:#f4d7d7;
}