Color names in this palette
CSS code for this palette
/* CSS */
.bermuda {
color: #1f7c8e;
}
.tint-of-turquoise {
color: #3cc3b3;
}
.lilliputian-lime {
color: #7fd959;
}
.white-elf {
color: #f7c47e;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--bermuda:#1f7c8e;
--tint-of-turquoise:#3cc3b3;
--lilliputian-lime:#7fd959;
--white-elf:#f7c47e;
--entan-red:#e76e50;
}