Color names in this palette
CSS code for this palette
/* CSS */
.promise-keeping {
color: #b1c5e7;
}
.bird-blue {
color: #7b8f9d;
}
.before-the-storm {
color: #4c6b76;
}
.sovereignty {
color: #2e4c60;
}
.oceanic-noir {
color: #1b2937;
}
/* CSS Variables */
:root {
--promise-keeping:#b1c5e7;
--bird-blue:#7b8f9d;
--before-the-storm:#4c6b76;
--sovereignty:#2e4c60;
--oceanic-noir:#1b2937;
}