Color names in this palette
CSS code for this palette
/* CSS */
.zappy-zebra {
color: #f1f2f3;
}
.snow-cloud {
color: #e5e8eb;
}
.aluminum-foil {
color: #d1d8db;
}
.soothing-breeze {
color: #b2bdc2;
}
.metropolis-mood {
color: #97a1a5;
}
/* CSS Variables */
:root {
--zappy-zebra:#f1f2f3;
--snow-cloud:#e5e8eb;
--aluminum-foil:#d1d8db;
--soothing-breeze:#b2bdc2;
--metropolis-mood:#97a1a5;
}