Color names in this palette
CSS code for this palette
/* CSS */
.brown-rust {
color: #af5a3c;
}
.solar-fusion {
color: #d8a041;
}
.cr-me-de-la-cr-me {
color: #f3e8b4;
}
.birthday-suit {
color: #e1c5b7;
}
.marron {
color: #6d4a4a;
}
/* CSS Variables */
:root {
--brown-rust:#af5a3c;
--solar-fusion:#d8a041;
--cr-me-de-la-cr-me:#f3e8b4;
--birthday-suit:#e1c5b7;
--marron:#6d4a4a;
}