Color names in this palette
CSS code for this palette
/* CSS */
.weekend-retreat {
color: #ebc1ad;
}
.everything-s-rosy {
color: #dbada3;
}
.lite-mocha {
color: #b99d92;
}
.mauve-madness {
color: #a67d7f;
}
.rose-taupe {
color: #8f5b5c;
}
/* CSS Variables */
:root {
--weekend-retreat:#ebc1ad;
--everything-s-rosy:#dbada3;
--lite-mocha:#b99d92;
--mauve-madness:#a67d7f;
--rose-taupe:#8f5b5c;
}