Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-wave {
color: #3e7a78;
}
.techno-turquoise {
color: #5fbf90;
}
.overtone {
color: #a7e7b7;
}
.australian-mint {
color: #f2f6a7;
}
.allspice {
color: #f9cca9;
}
/* CSS Variables */
:root {
--atlantic-wave:#3e7a78;
--techno-turquoise:#5fbf90;
--overtone:#a7e7b7;
--australian-mint:#f2f6a7;
--allspice:#f9cca9;
}