Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.skipper-blue {
color: #4e4e79;
}
.second-pour {
color: #8481a2;
}
.y-ng-ch-ng-orange {
color: #f1a241;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--skipper-blue:#4e4e79;
--second-pour:#8481a2;
--y-ng-ch-ng-orange:#f1a241;
--vampire-red:#d63f2e;
}