Color names in this palette
CSS code for this palette
/* CSS */
.midnight-mirage {
color: #001f3d;
}
.blue-flame {
color: #005e8a;
}
.germander-speedwell {
color: #0095c7;
}
.malibu-blue {
color: #00b2d6;
}
.clean-pool {
color: #49cae4;
}
/* CSS Variables */
:root {
--midnight-mirage:#001f3d;
--blue-flame:#005e8a;
--germander-speedwell:#0095c7;
--malibu-blue:#00b2d6;
--clean-pool:#49cae4;
}