Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1c1c4f;
}
.hot-sauna {
color: #3c3c77;
}
.governor-bay {
color: #5454a0;
}
.deep-periwinkle {
color: #7d7dbf;
}
.tranquil-sea {
color: #d2d2df;
}
/* CSS Variables */
:root {
--fly-by-night:#1c1c4f;
--hot-sauna:#3c3c77;
--governor-bay:#5454a0;
--deep-periwinkle:#7d7dbf;
--tranquil-sea:#d2d2df;
}