Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.tory-blue {
color: #3b4a8c;
}
.gladiola-blue {
color: #5c71b7;
}
.melt-ice {
color: #b4cae4;
}
.alice-blue {
color: #f0f7ff;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--tory-blue:#3b4a8c;
--gladiola-blue:#5c71b7;
--melt-ice:#b4cae4;
--alice-blue:#f0f7ff;
}