Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.great-serpent {
color: #496ea2;
}
.watery-sea {
color: #8cb9e8;
}
.break-the-ice {
color: #b2e2f0;
}
.gram-s-hair {
color: #f3f7f7;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--great-serpent:#496ea2;
--watery-sea:#8cb9e8;
--break-the-ice:#b2e2f0;
--gram-s-hair:#f3f7f7;
}