Color names in this palette
CSS code for this palette
/* CSS */
.crescent-moon {
color: #f1e9d0;
}
.ginger-shortbread {
color: #e3d0c4;
}
.oyster-pink {
color: #d4b7af;
}
.autumn-malt {
color: #cfa38c;
}
.nettle {
color: #bdaf7f;
}
/* CSS Variables */
:root {
--crescent-moon:#f1e9d0;
--ginger-shortbread:#e3d0c4;
--oyster-pink:#d4b7af;
--autumn-malt:#cfa38c;
--nettle:#bdaf7f;
}