Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c5e7;
}
.goluboy-blue {
color: #8cb8e3;
}
.winter-lakes {
color: #5a9ad3;
}
.beijing-blue {
color: #3b7bb0;
}
.sea-hunter {
color: #1e5a7b;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c5e7;
--goluboy-blue:#8cb8e3;
--winter-lakes:#5a9ad3;
--beijing-blue:#3b7bb0;
--sea-hunter:#1e5a7b;
}