Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1e3e33;
}
.jungle-book-green {
color: #396a4b;
}
.peppermint-fresh {
color: #69bf9a;
}
.icery {
color: #a8f5e0;
}
.milk-foam {
color: #f6ffeb;
}
/* CSS Variables */
:root {
--k-rainando-green:#1e3e33;
--jungle-book-green:#396a4b;
--peppermint-fresh:#69bf9a;
--icery:#a8f5e0;
--milk-foam:#f6ffeb;
}