Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.beaded-blue {
color: #4b4b8b;
}
.organza-violet {
color: #728bcf;
}
.terrace-pool {
color: #a3d9e0;
}
.yellow-jacket {
color: #ffcb3d;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--beaded-blue:#4b4b8b;
--organza-violet:#728bcf;
--terrace-pool:#a3d9e0;
--yellow-jacket:#ffcb3d;
}