Color names in this palette
CSS code for this palette
/* CSS */
.blue-atoll {
color: #00b0e0;
}
.french-pass {
color: #a3d4e0;
}
.coastal-breeze {
color: #e2f6f8;
}
.filtered-forest {
color: #b7e1d3;
}
.aqua-zing {
color: #7bdbd8;
}
/* CSS Variables */
:root {
--blue-atoll:#00b0e0;
--french-pass:#a3d4e0;
--coastal-breeze:#e2f6f8;
--filtered-forest:#b7e1d3;
--aqua-zing:#7bdbd8;
}