Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1a1f4c;
}
.newport-indigo {
color: #2e3b6b;
}
.gem {
color: #4d5b89;
}
.larkspur-bouquet {
color: #7a89c2;
}
.foundation-white {
color: #f0f2ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1a1f4c;
--newport-indigo:#2e3b6b;
--gem:#4d5b89;
--larkspur-bouquet:#7a89c2;
--foundation-white:#f0f2ff;
}