Color names in this palette
CSS code for this palette
/* CSS */
.blackberry-cobbler {
color: #404e68;
}
.allegiance {
color: #5b6a8b;
}
.dyer-s-woad {
color: #799aaf;
}
.blissful-blue {
color: #b2c9d7;
}
.milky-way {
color: #e9f3f7;
}
/* CSS Variables */
:root {
--blackberry-cobbler:#404e68;
--allegiance:#5b6a8b;
--dyer-s-woad:#799aaf;
--blissful-blue:#b2c9d7;
--milky-way:#e9f3f7;
}