Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.splash-of-honey {
color: #d9b68c;
}
.miami-stucco {
color: #f5d6b7;
}
.joyful-poppy {
color: #e9b0a5;
}
.escalante {
color: #a35c5c;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--splash-of-honey:#d9b68c;
--miami-stucco:#f5d6b7;
--joyful-poppy:#e9b0a5;
--escalante:#a35c5c;
}