Color names in this palette
CSS code for this palette
/* CSS */
.fresh-turquoise {
color: #3ddbd6;
}
.swagger {
color: #19b3b3;
}
.deep-peacock-blue {
color: #009485;
}
.buzzards-bay {
color: #007a7a;
}
.sherpa-blue {
color: #004b4d;
}
/* CSS Variables */
:root {
--fresh-turquoise:#3ddbd6;
--swagger:#19b3b3;
--deep-peacock-blue:#009485;
--buzzards-bay:#007a7a;
--sherpa-blue:#004b4d;
}