Color names in this palette
CSS code for this palette
/* CSS */
.enticing-red {
color: #b95050;
}
.balinese-sunset {
color: #f1a579;
}
.rapunzel {
color: #f4d980;
}
.green-trance {
color: #a2d89d;
}
.jericho-jade {
color: #4f8c7c;
}
/* CSS Variables */
:root {
--enticing-red:#b95050;
--balinese-sunset:#f1a579;
--rapunzel:#f4d980;
--green-trance:#a2d89d;
--jericho-jade:#4f8c7c;
}