Color names in this palette
CSS code for this palette
/* CSS */
.midnight-express {
color: #1f2b38;
}
.evening-glory {
color: #394960;
}
.boundless {
color: #5c6b84;
}
.high-elf-blue {
color: #8cbed4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--midnight-express:#1f2b38;
--evening-glory:#394960;
--boundless:#5c6b84;
--high-elf-blue:#8cbed4;
--welcoming-wasp:#f0a800;
}