Color names in this palette
CSS code for this palette
/* CSS */
.sugar-rush {
color: #d85f9c;
}
.pink-fit {
color: #f2a6b0;
}
.first-daughter {
color: #f7d4d7;
}
.sunset-drive {
color: #e9b9a0;
}
.allspice {
color: #f9c9a9;
}
/* CSS Variables */
:root {
--sugar-rush:#d85f9c;
--pink-fit:#f2a6b0;
--first-daughter:#f7d4d7;
--sunset-drive:#e9b9a0;
--allspice:#f9c9a9;
}