Color names in this palette
CSS code for this palette
/* CSS */
.sweet-heart {
color: #e5a9b2;
}
.fireflies {
color: #f6d9a7;
}
.angel-s-feather {
color: #f4f1e6;
}
.whirlpool {
color: #a4daca;
}
.gnome {
color: #7f9f9b;
}
/* CSS Variables */
:root {
--sweet-heart:#e5a9b2;
--fireflies:#f6d9a7;
--angel-s-feather:#f4f1e6;
--whirlpool:#a4daca;
--gnome:#7f9f9b;
}