Color names in this palette
CSS code for this palette
/* CSS */
.scenic-water {
color: #80bfff;
}
.ti-n-l-n-sky {
color: #61b0ff;
}
.sky-dancer {
color: #3d9eff;
}
.sky-of-magritte {
color: #0099ff;
}
.science-blue {
color: #0077cc;
}
/* CSS Variables */
:root {
--scenic-water:#80bfff;
--ti-n-l-n-sky:#61b0ff;
--sky-dancer:#3d9eff;
--sky-of-magritte:#0099ff;
--science-blue:#0077cc;
}