Color names in this palette
CSS code for this palette
/* CSS */
.white-smoke {
color: #f5f5f5;
}
.flowering-reed {
color: #e0d8b8;
}
.vast-desert {
color: #c2af99;
}
.fire-dust {
color: #b88c6b;
}
.rich-sorrel {
color: #a67b3a;
}
/* CSS Variables */
:root {
--white-smoke:#f5f5f5;
--flowering-reed:#e0d8b8;
--vast-desert:#c2af99;
--fire-dust:#b88c6b;
--rich-sorrel:#a67b3a;
}