Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.fitness-blue {
color: #5ab9d3;
}
.fresh-blue {
color: #8dd5e2;
}
.french-vanilla {
color: #f1e1a7;
}
.crunch {
color: #f2b95f;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--fitness-blue:#5ab9d3;
--fresh-blue:#8dd5e2;
--french-vanilla:#f1e1a7;
--crunch:#f2b95f;
}