Color names in this palette
CSS code for this palette
/* CSS */
.persian-rose {
color: #fe2aa2;
}
.pink-explosion {
color: #f86d8b;
}
.mango-ice {
color: #fbbf8e;
}
.gold-sand {
color: #f8e6aa;
}
.spilt-milk {
color: #f6f4d0;
}
/* CSS Variables */
:root {
--persian-rose:#fe2aa2;
--pink-explosion:#f86d8b;
--mango-ice:#fbbf8e;
--gold-sand:#f8e6aa;
--spilt-milk:#f6f4d0;
}