Color names in this palette
CSS code for this palette
/* CSS */
.yellow-jacket {
color: #fbcb3c;
}
.kanz-orange {
color: #ff8e3d;
}
.pompelmo {
color: #ff6b6b;
}
.sea-loch {
color: #6c9bd0;
}
.deep-ultramarine {
color: #3c4a9a;
}
/* CSS Variables */
:root {
--yellow-jacket:#fbcb3c;
--kanz-orange:#ff8e3d;
--pompelmo:#ff6b6b;
--sea-loch:#6c9bd0;
--deep-ultramarine:#3c4a9a;
}