Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.snap-shot {
color: #2b3d50;
}
.blue-racer {
color: #4ca1ae;
}
.welcoming-wasp {
color: #f0a800;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--snap-shot:#2b3d50;
--blue-racer:#4ca1ae;
--welcoming-wasp:#f0a800;
--breeze-of-chilli:#f76e6e;
}