Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1b1f4b;
}
.purple-corallite {
color: #5c4e8d;
}
.empire-violet {
color: #905ea1;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.question-mark-block {
color: #f09c47;
}
/* CSS Variables */
:root {
--fly-by-night:#1b1f4b;
--purple-corallite:#5c4e8d;
--empire-violet:#905ea1;
--apricot-glazed-chicken:#f5a524;
--question-mark-block:#f09c47;
}