Color names in this palette
CSS code for this palette
/* CSS */
.sonata {
color: #aac7da;
}
.blue-electress {
color: #6b9cd1;
}
.beijing-blue {
color: #3c7daf;
}
.dragonfly {
color: #2e4976;
}
.space-cadet {
color: #1d2a4e;
}
/* CSS Variables */
:root {
--sonata:#aac7da;
--blue-electress:#6b9cd1;
--beijing-blue:#3c7daf;
--dragonfly:#2e4976;
--space-cadet:#1d2a4e;
}