Color names in this palette
CSS code for this palette
/* CSS */
.elf-shoe {
color: #6ab47e;
}
.lime-bright {
color: #f2e4b0;
}
.snow-white-blush {
color: #f9aeae;
}
.blue-jay {
color: #4d8ddb;
}
.china-pink {
color: #e06c9a;
}
/* CSS Variables */
:root {
--elf-shoe:#6ab47e;
--lime-bright:#f2e4b0;
--snow-white-blush:#f9aeae;
--blue-jay:#4d8ddb;
--china-pink:#e06c9a;
}