Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.ganon-blue {
color: #a0e8f8;
}
.french-pass {
color: #a3d3e0;
}
.windswept {
color: #d1f2f5;
}
.sparkling-snow {
color: #f2fdfd;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--ganon-blue:#a0e8f8;
--french-pass:#a3d3e0;
--windswept:#d1f2f5;
--sparkling-snow:#f2fdfd;
}