Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.cg-blue {
color: #0078a3;
}
.mykonos-blue {
color: #005b80;
}
.maniac-mansion {
color: #003d5c;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--cg-blue:#0078a3;
--mykonos-blue:#005b80;
--maniac-mansion:#003d5c;
}