Color names in this palette
CSS code for this palette
/* CSS */
.aloeswood {
color: #6a3f2f;
}
.beef-hotpot {
color: #a85f2e;
}
.doughnut {
color: #f09e56;
}
.satin-latour {
color: #fcd7b0;
}
.daisy-white {
color: #f8f4e2;
}
/* CSS Variables */
:root {
--aloeswood:#6a3f2f;
--beef-hotpot:#a85f2e;
--doughnut:#f09e56;
--satin-latour:#fcd7b0;
--daisy-white:#f8f4e2;
}