Color names in this palette
CSS code for this palette
/* CSS */
.blue-moon {
color: #3b8fab;
}
.fitness-blue {
color: #59b7d4;
}
.everest {
color: #a3e6e1;
}
.leaf-bud {
color: #f1f2a1;
}
.breeze-of-chilli {
color: #f76e6e;
}
/* CSS Variables */
:root {
--blue-moon:#3b8fab;
--fitness-blue:#59b7d4;
--everest:#a3e6e1;
--leaf-bud:#f1f2a1;
--breeze-of-chilli:#f76e6e;
}