Color names in this palette
CSS code for this palette
/* CSS */
.soft-impala {
color: #a28c7c;
}
.coral-clay {
color: #c3b1a2;
}
.dagger-moth {
color: #e8e1d4;
}
.blue-bows {
color: #a5c4d4;
}
.sealegs {
color: #6b8e8d;
}
/* CSS Variables */
:root {
--soft-impala:#a28c7c;
--coral-clay:#c3b1a2;
--dagger-moth:#e8e1d4;
--blue-bows:#a5c4d4;
--sealegs:#6b8e8d;
}