Color names in this palette
CSS code for this palette
/* CSS */
.desert-morning {
color: #cfb7af;
}
.aura {
color: #b1a7a0;
}
.stormy-pink {
color: #e4b3af;
}
.trendy-pink {
color: #7e5d7e;
}
.peach-latte {
color: #e5c29f;
}
/* CSS Variables */
:root {
--desert-morning:#cfb7af;
--aura:#b1a7a0;
--stormy-pink:#e4b3af;
--trendy-pink:#7e5d7e;
--peach-latte:#e5c29f;
}