Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.purple-pool {
color: #4b4b77;
}
.velvet-curtain {
color: #807fa4;
}
.thunder-chi {
color: #aac3d4;
}
.optimistic-yellow {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--purple-pool:#4b4b77;
--velvet-curtain:#807fa4;
--thunder-chi:#aac3d4;
--optimistic-yellow:#f4e1a4;
}