Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a7a9;
}
.harvest-wreath {
color: #f8d5c4;
}
.gumball {
color: #e2b1d1;
}
.perfume {
color: #c3a4e0;
}
.havana-blue {
color: #a4d9e5;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a7a9;
--harvest-wreath:#f8d5c4;
--gumball:#e2b1d1;
--perfume:#c3a4e0;
--havana-blue:#a4d9e5;
}