Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a2d59f;
}
.whipped-peach {
color: #f9cfae;
}
.shrimp-cocktail {
color: #f4a462;
}
.salmon-pok-bowl {
color: #f27c78;
}
.chinese-violet {
color: #8e6a90;
}
/* CSS Variables */
:root {
--green-trance:#a2d59f;
--whipped-peach:#f9cfae;
--shrimp-cocktail:#f4a462;
--salmon-pok-bowl:#f27c78;
--chinese-violet:#8e6a90;
}