Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.insignia {
color: #2b4d9c;
}
.blue-dart-frog {
color: #3a7ba1;
}
.crystalsong-blue {
color: #50b4b2;
}
.blizzard-blue {
color: #a5e5f3;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--insignia:#2b4d9c;
--blue-dart-frog:#3a7ba1;
--crystalsong-blue:#50b4b2;
--blizzard-blue:#a5e5f3;
}