Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a6d5a5;
}
.fringy-flower {
color: #b1e2b6;
}
.light-green-glint {
color: #e3f6d5;
}
.pipitschah {
color: #f4e5c3;
}
.mystic-tulip {
color: #f7b7a1;
}
/* CSS Variables */
:root {
--green-trance:#a6d5a5;
--fringy-flower:#b1e2b6;
--light-green-glint:#e3f6d5;
--pipitschah:#f4e5c3;
--mystic-tulip:#f7b7a1;
}