Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.primal-blue {
color: #0083b3;
}
.kingfisher-sheen {
color: #0080a3;
}
.copacabana {
color: #006b8f;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--primal-blue:#0083b3;
--kingfisher-sheen:#0080a3;
--copacabana:#006b8f;
}