Color names in this palette
CSS code for this palette
/* CSS */
.china-seas {
color: #0a4f7b;
}
.sea-sight {
color: #007a99;
}
.garish-blue {
color: #00a7b3;
}
.maldives {
color: #00bad6;
}
.thousand-sons-blue {
color: #00dee6;
}
/* CSS Variables */
:root {
--china-seas:#0a4f7b;
--sea-sight:#007a99;
--garish-blue:#00a7b3;
--maldives:#00bad6;
--thousand-sons-blue:#00dee6;
}