Color names in this palette
CSS code for this palette
/* CSS */
.dark-roast {
color: #492c2f;
}
.barn-door {
color: #8e5a57;
}
.rose-bisque {
color: #c5a59b;
}
.cupcake-rose {
color: #e8c7b5;
}
.alyssa {
color: #f4e2d7;
}
/* CSS Variables */
:root {
--dark-roast:#492c2f;
--barn-door:#8e5a57;
--rose-bisque:#c5a59b;
--cupcake-rose:#e8c7b5;
--alyssa:#f4e2d7;
}