Color names in this palette
CSS code for this palette
/* CSS */
.crescent-moon {
color: #f1e9d0;
}
.ginger-shortbread {
color: #e3cfc4;
}
.sepia-rose {
color: #d4b8b5;
}
.egyptian-pyramid {
color: #c09b7c;
}
.star-anise-scent {
color: #a87c4d;
}
/* CSS Variables */
:root {
--crescent-moon:#f1e9d0;
--ginger-shortbread:#e3cfc4;
--sepia-rose:#d4b8b5;
--egyptian-pyramid:#c09b7c;
--star-anise-scent:#a87c4d;
}