Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.welcoming-wasp {
color: #f0a800;
}
.yellow-tulip {
color: #f2d16e;
}
.shocking-orange {
color: #ff6d1f;
}
.cabaret {
color: #d3506a;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--welcoming-wasp:#f0a800;
--yellow-tulip:#f2d16e;
--shocking-orange:#ff6d1f;
--cabaret:#d3506a;
}