Color names in this palette
CSS code for this palette
/* CSS */
.magic-malt {
color: #a68a7d;
}
.mink-haze {
color: #c6b39f;
}
.flowering-reed {
color: #e1d8b7;
}
.meringue {
color: #f3e4b4;
}
.casual-khaki {
color: #d4c7af;
}
/* CSS Variables */
:root {
--magic-malt:#a68a7d;
--mink-haze:#c6b39f;
--flowering-reed:#e1d8b7;
--meringue:#f3e4b4;
--casual-khaki:#d4c7af;
}