Color names in this palette
CSS code for this palette
/* CSS */
.great-serpent {
color: #4a6fa5;
}
.debutante-ball {
color: #6f8eb8;
}
.blair {
color: #a1c1e3;
}
.denim-light {
color: #b7cad7;
}
.aloof {
color: #d4e1e8;
}
/* CSS Variables */
:root {
--great-serpent:#4a6fa5;
--debutante-ball:#6f8eb8;
--blair:#a1c1e3;
--denim-light:#b7cad7;
--aloof:#d4e1e8;
}