Color names in this palette
CSS code for this palette
/* CSS */
.extinct-volcano {
color: #494e5a;
}
.scattered-showers {
color: #7a8085;
}
.cistern {
color: #aab1b6;
}
.snow-quartz {
color: #d2d8da;
}
.zappy-zebra {
color: #f0f3f4;
}
/* CSS Variables */
:root {
--extinct-volcano:#494e5a;
--scattered-showers:#7a8085;
--cistern:#aab1b6;
--snow-quartz:#d2d8da;
--zappy-zebra:#f0f3f4;
}