Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1c2b6d;
}
.gem {
color: #4c5c8a;
}
.evening-hush {
color: #798da9;
}
.sky-high {
color: #a5c0e9;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--mythical-night:#1c2b6d;
--gem:#4c5c8a;
--evening-hush:#798da9;
--sky-high:#a5c0e9;
--boysenberry-shadow:#f1f4f9;
}