Color names in this palette
CSS code for this palette
/* CSS */
.partytime {
color: #e1a8c1;
}
.chinese-cherry {
color: #f1d6cb;
}
.sun-dust {
color: #f9e0a4;
}
.salmon-beauty {
color: #f9c7b4;
}
.roseberry {
color: #f3a5a0;
}
/* CSS Variables */
:root {
--partytime:#e1a8c1;
--chinese-cherry:#f1d6cb;
--sun-dust:#f9e0a4;
--salmon-beauty:#f9c7b4;
--roseberry:#f3a5a0;
}