Color names in this palette
CSS code for this palette
/* CSS */
.rapture-rose {
color: #d25b6d;
}
.ambitious-rose {
color: #e8697e;
}
.rose-mallow {
color: #f9a9c9;
}
.poplar-pink {
color: #fdd3e2;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--rapture-rose:#d25b6d;
--ambitious-rose:#e8697e;
--rose-mallow:#f9a9c9;
--poplar-pink:#fdd3e2;
--fairy-wings:#ffebf0;
}