Color names in this palette
CSS code for this palette
/* CSS */
.capital-blue {
color: #1b3d5a;
}
.blue-loneliness {
color: #4b6981;
}
.stone-blue {
color: #7e98a5;
}
.bypass {
color: #b5c5d4;
}
.alpine-goat {
color: #f1f2f8;
}
/* CSS Variables */
:root {
--capital-blue:#1b3d5a;
--blue-loneliness:#4b6981;
--stone-blue:#7e98a5;
--bypass:#b5c5d4;
--alpine-goat:#f1f2f8;
}