Color names in this palette
CSS code for this palette
/* CSS */
.sunset-pink {
color: #f9d7e6;
}
.princess {
color: #f1a7b2;
}
.loveland {
color: #e76f91;
}
.rose-turkish-delight {
color: #d84b7a;
}
.paper-hearts {
color: #c94062;
}
/* CSS Variables */
:root {
--sunset-pink:#f9d7e6;
--princess:#f1a7b2;
--loveland:#e76f91;
--rose-turkish-delight:#d84b7a;
--paper-hearts:#c94062;
}