Color names in this palette
CSS code for this palette
/* CSS */
.blushing-tulip {
color: #e3a1b8;
}
.chai-latte {
color: #f7c9a1;
}
.venetian-yellow {
color: #f7e1a1;
}
.green-trance {
color: #a3d7a8;
}
.mint-cold-green {
color: #6ebf9c;
}
/* CSS Variables */
:root {
--blushing-tulip:#e3a1b8;
--chai-latte:#f7c9a1;
--venetian-yellow:#f7e1a1;
--green-trance:#a3d7a8;
--mint-cold-green:#6ebf9c;
}