Color names in this palette
CSS code for this palette
/* CSS */
.tomb-blue {
color: #0099cc;
}
.blue-atoll {
color: #00b4e6;
}
.thousand-sons-blue {
color: #00dae6;
}
.blue-crystal-landscape {
color: #75f0e6;
}
.blister-pearl {
color: #a3ffeb;
}
/* CSS Variables */
:root {
--tomb-blue:#0099cc;
--blue-atoll:#00b4e6;
--thousand-sons-blue:#00dae6;
--blue-crystal-landscape:#75f0e6;
--blister-pearl:#a3ffeb;
}