Color names in this palette
CSS code for this palette
/* CSS */
.ashenvale-nights {
color: #0e3c6c;
}
.bateau {
color: #1a6e99;
}
.sail-away {
color: #51b4e1;
}
.usc-gold {
color: #ffcc00;
}
.phaser-beam {
color: #ff4d00;
}
/* CSS Variables */
:root {
--ashenvale-nights:#0e3c6c;
--bateau:#1a6e99;
--sail-away:#51b4e1;
--usc-gold:#ffcc00;
--phaser-beam:#ff4d00;
}