Color names in this palette
CSS code for this palette
/* CSS */
.kahu-blue {
color: #0092d6;
}
.blue-atoll {
color: #00b4e6;
}
.thousand-sons-blue {
color: #00dae6;
}
.frozen-boubble {
color: #00f0e0;
}
.master-sword-blue {
color: #00ffee;
}
/* CSS Variables */
:root {
--kahu-blue:#0092d6;
--blue-atoll:#00b4e6;
--thousand-sons-blue:#00dae6;
--frozen-boubble:#00f0e0;
--master-sword-blue:#00ffee;
}