Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1d4e72;
}
.blue-moon {
color: #3b8fab;
}
.skink-blue {
color: #5cc3d1;
}
.early-july {
color: #a6e0e8;
}
.wash-me {
color: #f8fafc;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1d4e72;
--blue-moon:#3b8fab;
--skink-blue:#5cc3d1;
--early-july:#a6e0e8;
--wash-me:#f8fafc;
}