Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a7a1;
}
.flower-spell {
color: #fec8d8;
}
.campanelle-noodle {
color: #fcf6d9;
}
.green-vibes {
color: #d6eac3;
}
.kind-green {
color: #a6c5b3;
}
/* CSS Variables */
:root {
--roseberry:#f7a7a1;
--flower-spell:#fec8d8;
--campanelle-noodle:#fcf6d9;
--green-vibes:#d6eac3;
--kind-green:#a6c5b3;
}