Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.deep-ultramarine {
color: #3c4d9a;
}
.prefect {
color: #5d74b1;
}
.sky-high {
color: #a6bfe8;
}
.thatched-roof {
color: #f0dfc7;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--deep-ultramarine:#3c4d9a;
--prefect:#5d74b1;
--sky-high:#a6bfe8;
--thatched-roof:#f0dfc7;
}