Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #fbd5e2;
}
.english-rose {
color: #f7c5c5;
}
.pink-fit {
color: #f4a4b0;
}
.bubble-shell {
color: #d6a099;
}
.degas-pink {
color: #b3808d;
}
/* CSS Variables */
:root {
--sunset-pink:#fbd5e2;
--english-rose:#f7c5c5;
--pink-fit:#f4a4b0;
--bubble-shell:#d6a099;
--degas-pink:#b3808d;
}