Color names in this palette
CSS code for this palette
/* CSS */
.snowy-summit {
color: #c5d7e7;
}
.blue-pot {
color: #a2b4c3;
}
.scanda {
color: #6e8daa;
}
.wickford-bay {
color: #4b6a91;
}
.ensign-blue {
color: #3a4d6e;
}
/* CSS Variables */
:root {
--snowy-summit:#c5d7e7;
--blue-pot:#a2b4c3;
--scanda:#6e8daa;
--wickford-bay:#4b6a91;
--ensign-blue:#3a4d6e;
}