Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3c90aa;
}
.hygiene-green {
color: #5bb9b2;
}
.island-paradise {
color: #8de0e2;
}
.white-elf {
color: #f4c480;
}
.chaat-masala {
color: #e6802d;
}
/* CSS Variables */
:root {
--blue-moon:#3c90aa;
--hygiene-green:#5bb9b2;
--island-paradise:#8de0e2;
--white-elf:#f4c480;
--chaat-masala:#e6802d;
}