Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.zenith {
color: #497b9c;
}
.blue-glint {
color: #8fc3d6;
}
.squash-blossom {
color: #f6b83c;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--zenith:#497b9c;
--blue-glint:#8fc3d6;
--squash-blossom:#f6b83c;
--bubblegum:#e85e75;
}