CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.gem {
color: #4f5c8c;
}
.relaxing-blue {
color: #8a9ba8;
}
.boot-cut {
color: #afc3cf;
}
.airflow {
color: #d8e4e3;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--gem:#4f5c8c;
--relaxing-blue:#8a9ba8;
--boot-cut:#afc3cf;
--airflow:#d8e4e3;
}