Color names in this palette
CSS code for this palette
/* CSS */
.endless {
color: #5b9a6f;
}
.greek-garden {
color: #8fcc8f;
}
.green-trance {
color: #a4daa6;
}
.yellow-wax-pepper {
color: #f0e6b7;
}
.balcony-sunset {
color: #d58d6c;
}
/* CSS Variables */
:root {
--endless:#5b9a6f;
--greek-garden:#8fcc8f;
--green-trance:#a4daa6;
--yellow-wax-pepper:#f0e6b7;
--balcony-sunset:#d58d6c;
}