Color names in this palette
CSS code for this palette
/* CSS */
.art-deco-red {
color: #5f3546;
}
.indian-pink {
color: #a95b79;
}
.roseberry {
color: #f2a5a1;
}
.satin-latour {
color: #f9d9ae;
}
.shilo {
color: #e6b2a2;
}
/* CSS Variables */
:root {
--art-deco-red:#5f3546;
--indian-pink:#a95b79;
--roseberry:#f2a5a1;
--satin-latour:#f9d9ae;
--shilo:#e6b2a2;
}