Color names in this palette
CSS code for this palette
/* CSS */
.k-rainando-green {
color: #1c3b33;
}
.moonlit-forest {
color: #3c6d6d;
}
.dusty-jade-green {
color: #6eaa9b;
}
.clear-aqua {
color: #c4e8e2;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--k-rainando-green:#1c3b33;
--moonlit-forest:#3c6d6d;
--dusty-jade-green:#6eaa9b;
--clear-aqua:#c4e8e2;
--blood-burst:#ff4d4d;
}