Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.after-work-blue {
color: #29296a;
}
.beaded-blue {
color: #4c4c90;
}
.grassy-ochre {
color: #b9a63c;
}
.full-of-life {
color: #da5f2b;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--after-work-blue:#29296a;
--beaded-blue:#4c4c90;
--grassy-ochre:#b9a63c;
--full-of-life:#da5f2b;
}