Color names in this palette
CSS code for this palette
/* CSS */
.lime-lizard {
color: #a3d55d;
}
.sherbet-fruit {
color: #f7cabb;
}
.red-arremer {
color: #e34f4f;
}
.our-little-secret {
color: #a84d77;
}
.pipitschah {
color: #f5e5c2;
}
/* CSS Variables */
:root {
--lime-lizard:#a3d55d;
--sherbet-fruit:#f7cabb;
--red-arremer:#e34f4f;
--our-little-secret:#a84d77;
--pipitschah:#f5e5c2;
}