Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a7d9a6;
}
.mint-cocktail-green {
color: #b9e0b2;
}
.ibis {
color: #f2b1c0;
}
.whisper-of-plum {
color: #d3acdc;
}
.hanover {
color: #d8c6b0;
}
/* CSS Variables */
:root {
--green-trance:#a7d9a6;
--mint-cocktail-green:#b9e0b2;
--ibis:#f2b1c0;
--whisper-of-plum:#d3acdc;
--hanover:#d8c6b0;
}