Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.winter-lakes {
color: #5b8fd2;
}
.blair {
color: #9fbfe0;
}
.common-dandelion {
color: #fcd65a;
}
.flirty-salmon {
color: #f76b69;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--winter-lakes:#5b8fd2;
--blair:#9fbfe0;
--common-dandelion:#fcd65a;
--flirty-salmon:#f76b69;
}