Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4d;
}
.amphystine {
color: #3e3e5b;
}
.dark-prince {
color: #6a6a8a;
}
.bluebell-frost {
color: #9b9bcf;
}
.lemon-dream {
color: #f0a400;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4d;
--amphystine:#3e3e5b;
--dark-prince:#6a6a8a;
--bluebell-frost:#9b9bcf;
--lemon-dream:#f0a400;
}