Color names in this palette
CSS code for this palette
/* CSS */
.turquoise-sea {
color: #6adae7;
}
.bachelor-button {
color: #49b7d0;
}
.greek-blue {
color: #009dbd;
}
.glamour-green {
color: #00778a;
}
.petrol {
color: #005f6b;
}
/* CSS Variables */
:root {
--turquoise-sea:#6adae7;
--bachelor-button:#49b7d0;
--greek-blue:#009dbd;
--glamour-green:#00778a;
--petrol:#005f6b;
}