Color names in this palette
CSS code for this palette
/* CSS */
.shell-pink {
color: #f67e7e;
}
.mystic-tulip {
color: #f7b8a1;
}
.tamale-maize {
color: #f7e7b6;
}
.green-trance {
color: #a1d69f;
}
.elf-shoe {
color: #6aaf80;
}
/* CSS Variables */
:root {
--shell-pink:#f67e7e;
--mystic-tulip:#f7b8a1;
--tamale-maize:#f7e7b6;
--green-trance:#a1d69f;
--elf-shoe:#6aaf80;
}