Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1d1d4e;
}
.takaka {
color: #3e4e7a;
}
.moonshade {
color: #5c709d;
}
.adrift-on-the-nile {
color: #8fb4e0;
}
.iris-blue {
color: #00b0c7;
}
/* CSS Variables */
:root {
--fly-by-night:#1d1d4e;
--takaka:#3e4e7a;
--moonshade:#5c709d;
--adrift-on-the-nile:#8fb4e0;
--iris-blue:#00b0c7;
}