Color names in this palette
CSS code for this palette
/* CSS */
.tangled-web {
color: #b3b3b3;
}
.shallow-shoal {
color: #9fd6d2;
}
.pink-abalone {
color: #e8b7a1;
}
.india-trade {
color: #e3a35f;
}
.driftwood {
color: #a77c44;
}
/* CSS Variables */
:root {
--tangled-web:#b3b3b3;
--shallow-shoal:#9fd6d2;
--pink-abalone:#e8b7a1;
--india-trade:#e3a35f;
--driftwood:#a77c44;
}