Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-pink {
color: #ead8b8;
}
.gold-wash {
color: #d4c29b;
}
.gracious-glow {
color: #bfb078;
}
.crackled-leather {
color: #a37f4d;
}
.emperador {
color: #795939;
}
/* CSS Variables */
:root {
--porcelain-pink:#ead8b8;
--gold-wash:#d4c29b;
--gracious-glow:#bfb078;
--crackled-leather:#a37f4d;
--emperador:#795939;
}