Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #001f3d;
}
.kolibri-blue {
color: #00497a;
}
.star-command-blue {
color: #007ab8;
}
.maldives {
color: #00bdd6;
}
.neon-nazar {
color: #4ccfe1;
}
/* CSS Variables */
:root {
--midnight-mirage:#001f3d;
--kolibri-blue:#00497a;
--star-command-blue:#007ab8;
--maldives:#00bdd6;
--neon-nazar:#4ccfe1;
}