Color names in this palette
CSS code for this palette
/* CSS */
.punch-out-glove {
color: #6b8eff;
}
.parkwater {
color: #4b7dbe;
}
.antilles-blue {
color: #3a5c8d;
}
.blue-tang {
color: #2d496c;
}
.pico-void {
color: #1d2954;
}
/* CSS Variables */
:root {
--punch-out-glove:#6b8eff;
--parkwater:#4b7dbe;
--antilles-blue:#3a5c8d;
--blue-tang:#2d496c;
--pico-void:#1d2954;
}