Color names in this palette
CSS code for this palette
/* CSS */
.decore-splash {
color: #00819e;
}
.january-blue {
color: #00a2b8;
}
.maldives {
color: #00bdd6;
}
.thousand-sons-blue {
color: #00e2e6;
}
.phosphorescent-blue {
color: #1ce9e5;
}
/* CSS Variables */
:root {
--decore-splash:#00819e;
--january-blue:#00a2b8;
--maldives:#00bdd6;
--thousand-sons-blue:#00e2e6;
--phosphorescent-blue:#1ce9e5;
}