Color names in this palette
CSS code for this palette
/* CSS */
.snow-cloud {
color: #e6e9eb;
}
.grey-agate {
color: #a8b4c2;
}
.polished-metal {
color: #809bb3;
}
.berry-pie {
color: #4e6e8d;
}
.blue-tang {
color: #2b4c6e;
}
/* CSS Variables */
:root {
--snow-cloud:#e6e9eb;
--grey-agate:#a8b4c2;
--polished-metal:#809bb3;
--berry-pie:#4e6e8d;
--blue-tang:#2b4c6e;
}