Color names in this palette
CSS code for this palette
/* CSS */
.pink-jazz {
color: #a36c8d;
}
.tinted-rosewood {
color: #e1c6d1;
}
.early-sunset {
color: #f4e4d7;
}
.vast-desert {
color: #c2af99;
}
.mocha-madness {
color: #8b6a5b;
}
/* CSS Variables */
:root {
--pink-jazz:#a36c8d;
--tinted-rosewood:#e1c6d1;
--early-sunset:#f4e4d7;
--vast-desert:#c2af99;
--mocha-madness:#8b6a5b;
}