Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-wave {
color: #3a7878;
}
.artesian-well {
color: #5cb2b2;
}
.deep-aquamarine {
color: #7fe1e1;
}
.light-mint-green {
color: #a2f6b0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--atlantic-wave:#3a7878;
--artesian-well:#5cb2b2;
--deep-aquamarine:#7fe1e1;
--light-mint-green:#a2f6b0;
--solar-plexus-chakra:#f1c84b;
}