Color names in this palette
CSS code for this palette
/* CSS */
.early-sunset {
color: #f3e5d8;
}
.coral-bay {
color: #e0b8a4;
}
.indian-mesa {
color: #d6a08f;
}
.african-bubinga {
color: #c6907b;
}
.remington-rust {
color: #a55e4a;
}
/* CSS Variables */
:root {
--early-sunset:#f3e5d8;
--coral-bay:#e0b8a4;
--indian-mesa:#d6a08f;
--african-bubinga:#c6907b;
--remington-rust:#a55e4a;
}