Color names in this palette
CSS code for this palette
/* CSS */
.star-sapphire {
color: #3a699c;
}
.danube {
color: #5a8bbf;
}
.lightning-bolt-blue {
color: #8fb9e0;
}
.american-yellow {
color: #f0b000;
}
.fire-island {
color: #d94f3a;
}
/* CSS Variables */
:root {
--star-sapphire:#3a699c;
--danube:#5a8bbf;
--lightning-bolt-blue:#8fb9e0;
--american-yellow:#f0b000;
--fire-island:#d94f3a;
}