Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4c9090;
}
.cyantific {
color: #75c7c0;
}
.timeless-seafoam {
color: #afe4e4;
}
.australian-apricot {
color: #f4c4a4;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--mirage-lake:#4c9090;
--cyantific:#75c7c0;
--timeless-seafoam:#afe4e4;
--australian-apricot:#f4c4a4;
--welcoming-wasp:#f0a800;
}