Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.orange-grove {
color: #fbb08e;
}
.zahri-pink {
color: #ef6c75;
}
.fire-island {
color: #d94f3a;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--orange-grove:#fbb08e;
--zahri-pink:#ef6c75;
--fire-island:#d94f3a;
--harissa-red:#a62b2b;
}