Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.heavenly {
color: #7eb2c4;
}
.blue-racer {
color: #44a7a3;
}
.apatite-blue {
color: #2f7f7c;
}
.lacustral {
color: #1b4f50;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--heavenly:#7eb2c4;
--blue-racer:#44a7a3;
--apatite-blue:#2f7f7c;
--lacustral:#1b4f50;
}