Color names in this palette
CSS code for this palette
/* CSS */
.lazurite-blue {
color: #1b4e64;
}
.dark-imperial-blue {
color: #003d66;
}
.snorlax {
color: #1f1f75;
}
.o-grady-green {
color: #59a68e;
}
.nickel-ore-green {
color: #4f7d7d;
}
/* CSS Variables */
:root {
--lazurite-blue:#1b4e64;
--dark-imperial-blue:#003d66;
--snorlax:#1f1f75;
--o-grady-green:#59a68e;
--nickel-ore-green:#4f7d7d;
}