Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.southern-blue {
color: #3a5883;
}
.adriatic-blue {
color: #5b8b9a;
}
.nihilakh-oxide {
color: #9ed6b3;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--southern-blue:#3a5883;
--adriatic-blue:#5b8b9a;
--nihilakh-oxide:#9ed6b3;
--creamy-sweet-corn:#f9c54e;
}