Color names in this palette
CSS code for this palette
/* CSS */
.presidential {
color: #3c4c58;
}
.before-the-storm {
color: #4e6974;
}
.salt-blue {
color: #809b9d;
}
.rhythmic-blue {
color: #b8d3d6;
}
.milky-way {
color: #e4f6f6;
}
/* CSS Variables */
:root {
--presidential:#3c4c58;
--before-the-storm:#4e6974;
--salt-blue:#809b9d;
--rhythmic-blue:#b8d3d6;
--milky-way:#e4f6f6;
}