Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f8d3e4;
}
.pink-fit {
color: #f5a3b5;
}
.carnation-bouquet {
color: #f1c1d2;
}
.gold-sand {
color: #f6e7a7;
}
.reddish-banana {
color: #fbbe89;
}
/* CSS Variables */
:root {
--sunset-pink:#f8d3e4;
--pink-fit:#f5a3b5;
--carnation-bouquet:#f1c1d2;
--gold-sand:#f6e7a7;
--reddish-banana:#fbbe89;
}