Color names in this palette
CSS code for this palette
/* CSS */
.blue-bikini {
color: #00b8f0;
}
.malibu-blue {
color: #00a4d6;
}
.munsell-blue {
color: #0092b3;
}
.kingfisher-sheen {
color: #0080a3;
}
.fjord-blue {
color: #00728f;
}
/* CSS Variables */
:root {
--blue-bikini:#00b8f0;
--malibu-blue:#00a4d6;
--munsell-blue:#0092b3;
--kingfisher-sheen:#0080a3;
--fjord-blue:#00728f;
}