Color names in this palette
CSS code for this palette
/* CSS */
.elf-green {
color: #1d8b66;
}
.mountain-lake-azure {
color: #50b9a8;
}
.aqua-zing {
color: #7de3d4;
}
.qing-yellow {
color: #ffcc66;
}
.pompelmo {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--elf-green:#1d8b66;
--mountain-lake-azure:#50b9a8;
--aqua-zing:#7de3d4;
--qing-yellow:#ffcc66;
--pompelmo:#ff6b6b;
}