Color names in this palette
CSS code for this palette
/* CSS */
.mirage-lake {
color: #4c908f;
}
.tropic-tide {
color: #6dc5b8;
}
.overtone {
color: #a2e2b5;
}
.candy-cane {
color: #f8bfc3;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--mirage-lake:#4c908f;
--tropic-tide:#6dc5b8;
--overtone:#a2e2b5;
--candy-cane:#f8bfc3;
--pompelmo:#ff6b6b;
}