Color names in this palette
CSS code for this palette
/* CSS */
.bright-white {
color: #f8f2f1;
}
.sand-dance {
color: #e0c5b8;
}
.roasted-almond {
color: #d3b59c;
}
.foggy-sunrise {
color: #a89c8f;
}
.burned-brown {
color: #6f4c3e;
}
/* CSS Variables */
:root {
--bright-white:#f8f2f1;
--sand-dance:#e0c5b8;
--roasted-almond:#d3b59c;
--foggy-sunrise:#a89c8f;
--burned-brown:#6f4c3e;
}