Color names in this palette
CSS code for this palette
/* CSS */
.rambling-rose {
color: #d68a9a;
}
.chantilly {
color: #eab8c8;
}
.lily-legs {
color: #f1c6d7;
}
.sunset-pink {
color: #f7d4e6;
}
.garden-glory {
color: #ffc2d0;
}
/* CSS Variables */
:root {
--rambling-rose:#d68a9a;
--chantilly:#eab8c8;
--lily-legs:#f1c6d7;
--sunset-pink:#f7d4e6;
--garden-glory:#ffc2d0;
}