Color names in this palette
CSS code for this palette
/* CSS */
.brass-mesh {
color: #e1a84c;
}
.crunch {
color: #f4ba5d;
}
.applesauce {
color: #f8d69b;
}
.heavy-sugar {
color: #f1f5ef;
}
.violet-wisp {
color: #c8d5e4;
}
/* CSS Variables */
:root {
--brass-mesh:#e1a84c;
--crunch:#f4ba5d;
--applesauce:#f8d69b;
--heavy-sugar:#f1f5ef;
--violet-wisp:#c8d5e4;
}