Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.equator {
color: #d8b364;
}
.citrus-sachet {
color: #f1c6a7;
}
.prosecco {
color: #f9d7a4;
}
.early-sunset {
color: #f3e5d8;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--equator:#d8b364;
--citrus-sachet:#f1c6a7;
--prosecco:#f9d7a4;
--early-sunset:#f3e5d8;
}