Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #b8e0ff;
}
.meadow-blossom-blue {
color: #7db2d4;
}
.mountain-bluebird {
color: #4b9cbe;
}
.larkspur {
color: #3f7c92;
}
.shadow-of-night {
color: #2c4f5e;
}
/* CSS Variables */
:root {
--dithered-sky:#b8e0ff;
--meadow-blossom-blue:#7db2d4;
--mountain-bluebird:#4b9cbe;
--larkspur:#3f7c92;
--shadow-of-night:#2c4f5e;
}