Color names in this palette
CSS code for this palette
/* CSS */
.olympian-blue {
color: #1d4d8c;
}
.blue-dart-frog {
color: #3c7b9a;
}
.green-tourmaline {
color: #5bae7f;
}
.young-green-onion {
color: #a0d058;
}
.american-yellow {
color: #f5b400;
}
/* CSS Variables */
:root {
--olympian-blue:#1d4d8c;
--blue-dart-frog:#3c7b9a;
--green-tourmaline:#5bae7f;
--young-green-onion:#a0d058;
--american-yellow:#f5b400;
}