Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.distant-horizon {
color: #f0f7fa;
}
.ethereal-white {
color: #e8f1f2;
}
.aqua-glass {
color: #d0e7e1;
}
.fine-blue {
color: #b6e1e2;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--distant-horizon:#f0f7fa;
--ethereal-white:#e8f1f2;
--aqua-glass:#d0e7e1;
--fine-blue:#b6e1e2;
}