Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1f1f4c;
}
.egyptian-violet {
color: #3d4b71;
}
.hushed-lilac {
color: #6d90b6;
}
.vandermint {
color: #a9e0e5;
}
.hu-ng-j-n-zh-u-gold {
color: #f9d86c;
}
/* CSS Variables */
:root {
--fly-by-night:#1f1f4c;
--egyptian-violet:#3d4b71;
--hushed-lilac:#6d90b6;
--vandermint:#a9e0e5;
--hu-ng-j-n-zh-u-gold:#f9d86c;
}