Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.jakarta-skyline {
color: #3a2a60;
}
.bijou-blue {
color: #4e5b83;
}
.savoy {
color: #87af4b;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--jakarta-skyline:#3a2a60;
--bijou-blue:#4e5b83;
--savoy:#87af4b;
--marigold-dust:#f4cf3e;
}