Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.kimberly {
color: #6b5b8b;
}
.berry-popsicle {
color: #d5a5c8;
}
.australian-apricot {
color: #f5c4a3;
}
.sparrow-s-fire {
color: #ff6929;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--kimberly:#6b5b8b;
--berry-popsicle:#d5a5c8;
--australian-apricot:#f5c4a3;
--sparrow-s-fire:#ff6929;
}