Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c1e0;
}
.carol {
color: #2b8dab;
}
.allports {
color: #1f6f7a;
}
.mellow-sun {
color: #f6d59d;
}
.australium-gold {
color: #e8b73b;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c1e0;
--carol:#2b8dab;
--allports:#1f6f7a;
--mellow-sun:#f6d59d;
--australium-gold:#e8b73b;
}