Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1a1d4c;
}
.beaded-blue {
color: #4a4e8c;
}
.larkspur-bouquet {
color: #7c8bc0;
}
.simply-sparkling {
color: #afc1e4;
}
.m-white {
color: #f5f7ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1a1d4c;
--beaded-blue:#4a4e8c;
--larkspur-bouquet:#7c8bc0;
--simply-sparkling:#afc1e4;
--m-white:#f5f7ff;
}