Color names in this palette
CSS code for this palette
/* CSS */
.orange-flambe {
color: #a76d58;
}
.suntan-glow {
color: #bf8b73;
}
.entrada-sandstone {
color: #d6b299;
}
.angelico {
color: #e9cfc3;
}
.cameo-rose {
color: #f8e0d8;
}
/* CSS Variables */
:root {
--orange-flambe:#a76d58;
--suntan-glow:#bf8b73;
--entrada-sandstone:#d6b299;
--angelico:#e9cfc3;
--cameo-rose:#f8e0d8;
}