Color names in this palette
CSS code for this palette
/* CSS */
.bosporus {
color: #005c75;
}
.egyptian-teal {
color: #008c8f;
}
.verditer {
color: #00b3aa;
}
.pristine-oceanic {
color: #00d1c0;
}
.first-timer-green {
color: #00e6d6;
}
/* CSS Variables */
:root {
--bosporus:#005c75;
--egyptian-teal:#008c8f;
--verditer:#00b3aa;
--pristine-oceanic:#00d1c0;
--first-timer-green:#00e6d6;
}