Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a5d9a1;
}
.soft-butter {
color: #f5e2b8;
}
.peach-bud {
color: #f9b1ae;
}
.breeze-of-chilli {
color: #f36d6d;
}
.heath-spotted-orchid {
color: #9a5b98;
}
/* CSS Variables */
:root {
--green-trance:#a5d9a1;
--soft-butter:#f5e2b8;
--peach-bud:#f9b1ae;
--breeze-of-chilli:#f36d6d;
--heath-spotted-orchid:#9a5b98;
}