Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b2;
}
.shrimp-toast {
color: #f9c69f;
}
.aspen-yellow {
color: #f9df9f;
}
.lazy-daisy {
color: #f8eba0;
}
.leaf-bud {
color: #f1f99f;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b2;
--shrimp-toast:#f9c69f;
--aspen-yellow:#f9df9f;
--lazy-daisy:#f8eba0;
--leaf-bud:#f1f99f;
}