Color names in this palette
CSS code for this palette
/* CSS */
.martica {
color: #f5e4b7;
}
.riviera-sand {
color: #e0c89f;
}
.tower-tan {
color: #d4b49b;
}
.beige-intenso {
color: #c7a98e;
}
.happy-trails {
color: #b57e69;
}
/* CSS Variables */
:root {
--martica:#f5e4b7;
--riviera-sand:#e0c89f;
--tower-tan:#d4b49b;
--beige-intenso:#c7a98e;
--happy-trails:#b57e69;
}