Color names in this palette
CSS code for this palette
/* CSS */
.pool-water {
color: #1f89f9;
}
.adamantine-blue {
color: #42a5f5;
}
.ti-n-l-n-sky {
color: #65b5f6;
}
.clear-sky {
color: #90caf9;
}
.wizard-white {
color: #e2f2fd;
}
/* CSS Variables */
:root {
--pool-water:#1f89f9;
--adamantine-blue:#42a5f5;
--ti-n-l-n-sky:#65b5f6;
--clear-sky:#90caf9;
--wizard-white:#e2f2fd;
}