Color names in this palette
CSS code for this palette
/* CSS */
.blue-pot {
color: #a2b3c3;
}
.slate-expectations {
color: #6e818c;
}
.blue-agave {
color: #b2c2c7;
}
.mollusca {
color: #e8bea1;
}
.cranapple {
color: #d67f7a;
}
/* CSS Variables */
:root {
--blue-pot:#a2b3c3;
--slate-expectations:#6e818c;
--blue-agave:#b2c2c7;
--mollusca:#e8bea1;
--cranapple:#d67f7a;
}