Color names in this palette
CSS code for this palette
/* CSS */
.blue-ballerina {
color: #b5c9d9;
}
.astro-bound {
color: #8ba0bb;
}
.tech-wave {
color: #4c7f9e;
}
.dark-blue {
color: #2e5c7f;
}
.navy-peony {
color: #1f3a61;
}
/* CSS Variables */
:root {
--blue-ballerina:#b5c9d9;
--astro-bound:#8ba0bb;
--tech-wave:#4c7f9e;
--dark-blue:#2e5c7f;
--navy-peony:#1f3a61;
}