Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.beaded-blue {
color: #4b4c8b;
}
.purple-toolbox {
color: #6f6fbe;
}
.light-periwinkle {
color: #b6c6f7;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--beaded-blue:#4b4c8b;
--purple-toolbox:#6f6fbe;
--light-periwinkle:#b6c6f7;
--apricot-glazed-chicken:#f5a524;
}