Color names in this palette
CSS code for this palette
/* CSS */
.dark {
color: #1b202d;
}
.bering-sea {
color: #4a596d;
}
.periwinkle-dusk {
color: #8c9db1;
}
.cry-baby-blue {
color: #c1d3e6;
}
.zappy-zebra {
color: #f0f2f4;
}
/* CSS Variables */
:root {
--dark:#1b202d;
--bering-sea:#4a596d;
--periwinkle-dusk:#8c9db1;
--cry-baby-blue:#c1d3e6;
--zappy-zebra:#f0f2f4;
}