Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.spritzig {
color: #6dcae8;
}
.luminescent-blue {
color: #a2e0e7;
}
.venetian-yellow {
color: #f3e4a0;
}
.sawtooth-aak {
color: #f1996a;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--spritzig:#6dcae8;
--luminescent-blue:#a2e0e7;
--venetian-yellow:#f3e4a0;
--sawtooth-aak:#f1996a;
}