Color names in this palette
CSS code for this palette
/* CSS */
.tulip-red {
color: #b9506e;
}
.preppy-rose {
color: #d26a8b;
}
.iced-vovo {
color: #e2a6b4;
}
.sweetheart {
color: #f4c3d6;
}
.first-crush {
color: #f8e2e9;
}
/* CSS Variables */
:root {
--tulip-red:#b9506e;
--preppy-rose:#d26a8b;
--iced-vovo:#e2a6b4;
--sweetheart:#f4c3d6;
--first-crush:#f8e2e9;
}