Color names in this palette
CSS code for this palette
/* CSS */
.cyan-sky {
color: #00b2b3;
}
.regula-barbara-blue {
color: #009999;
}
.teal {
color: #007f80;
}
.sci-fi-petrol {
color: #006666;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--cyan-sky:#00b2b3;
--regula-barbara-blue:#009999;
--teal:#007f80;
--sci-fi-petrol:#006666;
--sherpa-blue:#004b4d;
}