Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007c9e;
}
.lyons-blue {
color: #006075;
}
.crab-nebula {
color: #003f52;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--turkish-tile:#007c9e;
--lyons-blue:#006075;
--crab-nebula:#003f52;
}