Color names in this palette
CSS code for this palette
/* CSS */
.indulgent-mocha {
color: #d2c5b7;
}
.salvia {
color: #a7b29f;
}
.tower-bridge {
color: #78a0a1;
}
.brittany-blue {
color: #4b7e8b;
}
.snap-shot {
color: #2b3d50;
}
/* CSS Variables */
:root {
--indulgent-mocha:#d2c5b7;
--salvia:#a7b29f;
--tower-bridge:#78a0a1;
--brittany-blue:#4b7e8b;
--snap-shot:#2b3d50;
}