Color names in this palette
CSS code for this palette
/* CSS */
.tropical {
color: #a8e6ce;
}
.tea-green {
color: #d1f2c4;
}
.fringy-flower {
color: #b4e4ba;
}
.jade-sea {
color: #b7e1d0;
}
.moody-mist {
color: #c9e4d9;
}
/* CSS Variables */
:root {
--tropical:#a8e6ce;
--tea-green:#d1f2c4;
--fringy-flower:#b4e4ba;
--jade-sea:#b7e1d0;
--moody-mist:#c9e4d9;
}