Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4b4c8b;
}
.adora {
color: #8b8ccb;
}
.ginger-ale {
color: #c9a86e;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4b4c8b;
--adora:#8b8ccb;
--ginger-ale:#c9a86e;
--fire-island:#d8503b;
}