Color names in this palette
CSS code for this palette
/* CSS */
.clean-pool {
color: #4cc8e1;
}
.celestine-spring {
color: #1e9dc8;
}
.mitchell-blue {
color: #0d7a9c;
}
.bosporus {
color: #005c75;
}
.midnight-green {
color: #004b52;
}
/* CSS Variables */
:root {
--clean-pool:#4cc8e1;
--celestine-spring:#1e9dc8;
--mitchell-blue:#0d7a9c;
--bosporus:#005c75;
--midnight-green:#004b52;
}