Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.bright-eggplant {
color: #5e4b8b;
}
.king-crimson {
color: #c94a4a;
}
.fruit-red {
color: #f78b6e;
}
.solar {
color: #fceab6;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--bright-eggplant:#5e4b8b;
--king-crimson:#c94a4a;
--fruit-red:#f78b6e;
--solar:#fceab6;
}