Color names in this palette
CSS code for this palette
/* CSS */
.pink-delight {
color: #ff8fdb;
}
.bubbelgum-heart {
color: #ffb8e6;
}
.pink-currant {
color: #ffd1e8;
}
.gnocchi-beige {
color: #ffedb8;
}
.esprit-peach {
color: #ffc29e;
}
/* CSS Variables */
:root {
--pink-delight:#ff8fdb;
--bubbelgum-heart:#ffb8e6;
--pink-currant:#ffd1e8;
--gnocchi-beige:#ffedb8;
--esprit-peach:#ffc29e;
}