Color names in this palette
CSS code for this palette
/* CSS */
.mythical-night {
color: #1a2a6b;
}
.mazarine-blue {
color: #2d3f7c;
}
.bluebonnet-frost {
color: #4a6fb0;
}
.boudoir-blue {
color: #79a4d2;
}
.light-blue {
color: #add8e6;
}
/* CSS Variables */
:root {
--mythical-night:#1a2a6b;
--mazarine-blue:#2d3f7c;
--bluebonnet-frost:#4a6fb0;
--boudoir-blue:#79a4d2;
--light-blue:#add8e6;
}