Color names in this palette
CSS code for this palette
/* CSS */
.malibu-blue {
color: #02a7d4;
}
.germander-speedwell {
color: #0095c7;
}
.turkish-tile {
color: #007c9e;
}
.blue-collar-worker {
color: #00607a;
}
.kali-blue {
color: #004c5c;
}
/* CSS Variables */
:root {
--malibu-blue:#02a7d4;
--germander-speedwell:#0095c7;
--turkish-tile:#007c9e;
--blue-collar-worker:#00607a;
--kali-blue:#004c5c;
}