Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.tory-blue {
color: #3c4e8b;
}
.cocktail-blue {
color: #5c7da3;
}
.blue-bell {
color: #86b4d5;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--tory-blue:#3c4e8b;
--cocktail-blue:#5c7da3;
--blue-bell:#86b4d5;
--bright-khaki:#f0e78e;
}