Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #492c2e;
}
.imperial-jewel {
color: #6b3d40;
}
.apple-butter {
color: #8c4f51;
}
.pottery-red {
color: #b35b5c;
}
.lipstick-illusion {
color: #d66b6e;
}
/* CSS Variables */
:root {
--dark-roast:#492c2e;
--imperial-jewel:#6b3d40;
--apple-butter:#8c4f51;
--pottery-red:#b35b5c;
--lipstick-illusion:#d66b6e;
}