Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.quiet-night {
color: #3b8dba;
}
.broom-butterfly-blue {
color: #6bb1d6;
}
.light-blue-glint {
color: #a8d4e1;
}
.flavescent {
color: #f6e88e;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--quiet-night:#3b8dba;
--broom-butterfly-blue:#6bb1d6;
--light-blue-glint:#a8d4e1;
--flavescent:#f6e88e;
}