Color names in this palette
CSS code for this palette
/* CSS */
.black-elder {
color: #a36c7e;
}
.premium-pink {
color: #e8b5c0;
}
.indian-clay {
color: #f3cebf;
}
.cocoa-craving {
color: #baa49c;
}
.whisper-ridge {
color: #c8c3b6;
}
/* CSS Variables */
:root {
--black-elder:#a36c7e;
--premium-pink:#e8b5c0;
--indian-clay:#f3cebf;
--cocoa-craving:#baa49c;
--whisper-ridge:#c8c3b6;
}