Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.beaded-blue {
color: #4a4e8c;
}
.deep-periwinkle {
color: #797bbe;
}
.childish-wonder {
color: #a4a6df;
}
.foundation-white {
color: #f0f2ff;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--beaded-blue:#4a4e8c;
--deep-periwinkle:#797bbe;
--childish-wonder:#a4a6df;
--foundation-white:#f0f2ff;
}