Color names in this palette
CSS code for this palette
/* CSS */
.hopeful {
color: #f4d2e2;
}
.ibis {
color: #f6b1c0;
}
.pink-fit {
color: #f8a5b4;
}
.god-s-own-junkyard-pink {
color: #f76998;
}
.fantasy-romance {
color: #e83b77;
}
/* CSS Variables */
:root {
--hopeful:#f4d2e2;
--ibis:#f6b1c0;
--pink-fit:#f8a5b4;
--god-s-own-junkyard-pink:#f76998;
--fantasy-romance:#e83b77;
}