Color names in this palette
CSS code for this palette
/* CSS */
.theatre-powder-rose {
color: #e4d4d3;
}
.soba {
color: #d2b5a3;
}
.beige-intenso {
color: #c7a98e;
}
.curds-whey {
color: #b39d75;
}
.rock-n-oak {
color: #8b7a5b;
}
/* CSS Variables */
:root {
--theatre-powder-rose:#e4d4d3;
--soba:#d2b5a3;
--beige-intenso:#c7a98e;
--curds-whey:#b39d75;
--rock-n-oak:#8b7a5b;
}