Color names in this palette
CSS code for this palette
/* CSS */
.sweet-60 {
color: #f19dac;
}
.harmonious-rose {
color: #f49fb7;
}
.pastel-magenta {
color: #f59ec8;
}
.cotton-candy-aesthetic {
color: #f6b6e2;
}
.sunset-pink {
color: #f9d7e6;
}
/* CSS Variables */
:root {
--sweet-60:#f19dac;
--harmonious-rose:#f49fb7;
--pastel-magenta:#f59ec8;
--cotton-candy-aesthetic:#f6b6e2;
--sunset-pink:#f9d7e6;
}