Color names in this palette
CSS code for this palette
/* CSS */
.tropic-sea {
color: #006f94;
}
.brilliant {
color: #0092a8;
}
.iris-blue {
color: #00b3c7;
}
.thousand-sons-blue {
color: #00dae6;
}
.brain-freeze {
color: #00eeff;
}
/* CSS Variables */
:root {
--tropic-sea:#006f94;
--brilliant:#0092a8;
--iris-blue:#00b3c7;
--thousand-sons-blue:#00dae6;
--brain-freeze:#00eeff;
}