Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a7b3;
}
.warm-cocoon {
color: #f8d19b;
}
.lazy-daisy {
color: #f8eba0;
}
.eerie-glow {
color: #a7d7b8;
}
.jericho-jade {
color: #4f8c7d;
}
/* CSS Variables */
:root {
--pink-fit:#f6a7b3;
--warm-cocoon:#f8d19b;
--lazy-daisy:#f8eba0;
--eerie-glow:#a7d7b8;
--jericho-jade:#4f8c7d;
}