Color names in this palette
CSS code for this palette
/* CSS */
.terrace-pool {
color: #a3d7e0;
}
.high-elf-blue {
color: #8bbfd5;
}
.blue-topaz {
color: #66a8cc;
}
.quiet-night {
color: #408cbf;
}
.kingfisher-sheen {
color: #0080a3;
}
/* CSS Variables */
:root {
--terrace-pool:#a3d7e0;
--high-elf-blue:#8bbfd5;
--blue-topaz:#66a8cc;
--quiet-night:#408cbf;
--kingfisher-sheen:#0080a3;
}