Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4c;
}
.galactic-purple {
color: #3d2a92;
}
.parfait-d-amour {
color: #704c94;
}
.beef-hotpot {
color: #a85f2e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4c;
--galactic-purple:#3d2a92;
--parfait-d-amour:#704c94;
--beef-hotpot:#a85f2e;
--creamy-sweet-corn:#f9c54e;
}