Color names in this palette
CSS code for this palette
/* CSS */
.blue-highlight {
color: #2d498f;
}
.great-serpent {
color: #4a6ea1;
}
.astro-bound {
color: #89a3b8;
}
.chapel-blue {
color: #b0d1e8;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--blue-highlight:#2d498f;
--great-serpent:#4a6ea1;
--astro-bound:#89a3b8;
--chapel-blue:#b0d1e8;
--optimistic-yellow:#f4e1a4;
}