Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3e5c;
}
.jay-bird {
color: #4b81a0;
}
.tennis-blue {
color: #7db4c5;
}
.american-yellow {
color: #f0b400;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3e5c;
--jay-bird:#4b81a0;
--tennis-blue:#7db4c5;
--american-yellow:#f0b400;
--full-of-life:#da5f2b;
}