Color names in this palette
CSS code for this palette
/* CSS */
.black-rock {
color: #2a2e3c;
}
.tried-true-blue {
color: #4b4f63;
}
.blue-mood {
color: #7b7f8e;
}
.pageant-song {
color: #b7c1d1;
}
.white-solid {
color: #f5f8fa;
}
/* CSS Variables */
:root {
--black-rock:#2a2e3c;
--tried-true-blue:#4b4f63;
--blue-mood:#7b7f8e;
--pageant-song:#b7c1d1;
--white-solid:#f5f8fa;
}