Color names in this palette
CSS code for this palette
/* CSS */
.tropical-tree {
color: #1eb39f;
}
.lolly-ice {
color: #a5d9d2;
}
.melting-glacier {
color: #e8f7f7;
}
.flattering-peach {
color: #f3d3b4;
}
.ibis {
color: #f1b1c0;
}
/* CSS Variables */
:root {
--tropical-tree:#1eb39f;
--lolly-ice:#a5d9d2;
--melting-glacier:#e8f7f7;
--flattering-peach:#f3d3b4;
--ibis:#f1b1c0;
}