Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3f5b;
}
.mega-blue {
color: #3a6ea6;
}
.techno-turquoise {
color: #5abf91;
}
.marigold-yellow {
color: #f9e86c;
}
.plastic-carrot {
color: #f45b1f;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3f5b;
--mega-blue:#3a6ea6;
--techno-turquoise:#5abf91;
--marigold-yellow:#f9e86c;
--plastic-carrot:#f45b1f;
}