Color names in this palette
CSS code for this palette
/* CSS */
.dark-taupe {
color: #4a3b3e;
}
.gothic-spire {
color: #7c6a6d;
}
.foggy-sunrise {
color: #a89c8f;
}
.sepia-rose {
color: #d2bcb6;
}
.rosa-vieja {
color: #f1e3df;
}
/* CSS Variables */
:root {
--dark-taupe:#4a3b3e;
--gothic-spire:#7c6a6d;
--foggy-sunrise:#a89c8f;
--sepia-rose:#d2bcb6;
--rosa-vieja:#f1e3df;
}