Color names in this palette
CSS code for this palette
/* CSS */
.garish-blue {
color: #00a7b3;
}
.india-blue {
color: #008a8f;
}
.natural-instinct-green {
color: #007375;
}
.petrol {
color: #005f6b;
}
.kali-blue {
color: #004b5c;
}
/* CSS Variables */
:root {
--garish-blue:#00a7b3;
--india-blue:#008a8f;
--natural-instinct-green:#007375;
--petrol:#005f6b;
--kali-blue:#004b5c;
}