Color names in this palette
CSS code for this palette
/* CSS */
.titanium-blue {
color: #5b7c8f;
}
.cathedral-glass {
color: #79999a;
}
.bamboo-shoot {
color: #a4b8a3;
}
.pine-strain {
color: #d4c1a5;
}
.middle-red {
color: #e58a71;
}
/* CSS Variables */
:root {
--titanium-blue:#5b7c8f;
--cathedral-glass:#79999a;
--bamboo-shoot:#a4b8a3;
--pine-strain:#d4c1a5;
--middle-red:#e58a71;
}