Color names in this palette
CSS code for this palette
/* CSS */
.cemetery-ash {
color: #c2c7d0;
}
.lucid-blue {
color: #7b8b9d;
}
.revel-blue {
color: #4a6a8c;
}
.celestial-blue {
color: #2c4d68;
}
.regal-blue {
color: #1f3f56;
}
/* CSS Variables */
:root {
--cemetery-ash:#c2c7d0;
--lucid-blue:#7b8b9d;
--revel-blue:#4a6a8c;
--celestial-blue:#2c4d68;
--regal-blue:#1f3f56;
}