CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.gem {
color: #4a598c;
}
.lucid-blue {
color: #7a8c9f;
}
.green-tea {
color: #b7b78f;
}
.citronite {
color: #d6b53d;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--gem:#4a598c;
--lucid-blue:#7a8c9f;
--green-tea:#b7b78f;
--citronite:#d6b53d;
}