Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.mixed-fruit {
color: #f6b6b1;
}
.honey-tone {
color: #f9d99a;
}
.lime-lizard {
color: #a3d55d;
}
.bright-eggplant {
color: #5a4b8b;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--mixed-fruit:#f6b6b1;
--honey-tone:#f9d99a;
--lime-lizard:#a3d55d;
--bright-eggplant:#5a4b8b;
}