Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-sand {
color: #bcae8f;
}
.sanctuary {
color: #d4c7a5;
}
.forgive-quickly {
color: #e3e0c0;
}
.salmon-eggs {
color: #f4d35d;
}
.spiced-up-orange {
color: #e77d32;
}
/* CSS Variables */
:root {
--egyptian-sand:#bcae8f;
--sanctuary:#d4c7a5;
--forgive-quickly:#e3e0c0;
--salmon-eggs:#f4d35d;
--spiced-up-orange:#e77d32;
}