Color names in this palette
CSS code for this palette
/* CSS */
.east-cape {
color: #b3f4e7;
}
.turquoise-sea {
color: #6fd5e7;
}
.highlighter-blue {
color: #3bb4d8;
}
.hidden-springs {
color: #1f8bbd;
}
.hyper-blue {
color: #0b5b99;
}
/* CSS Variables */
:root {
--east-cape:#b3f4e7;
--turquoise-sea:#6fd5e7;
--highlighter-blue:#3bb4d8;
--hidden-springs:#1f8bbd;
--hyper-blue:#0b5b99;
}