Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.norfolk-sky {
color: #6cbae4;
}
.blue-astro {
color: #4ea9da;
}
.porpita-porpita {
color: #2d8fc8;
}
.bateau {
color: #1d6f9a;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--norfolk-sky:#6cbae4;
--blue-astro:#4ea9da;
--porpita-porpita:#2d8fc8;
--bateau:#1d6f9a;
}