Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191e4d;
}
.valley-of-glaciers {
color: #277e9b;
}
.aztec-sky {
color: #4db8d5;
}
.dolly {
color: #f3f86d;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fly-by-night:#191e4d;
--valley-of-glaciers:#277e9b;
--aztec-sky:#4db8d5;
--dolly:#f3f86d;
--grapefruit-pulp:#ff6e61;
}