Color names in this palette
CSS code for this palette
/* CSS */
.gin-fizz {
color: #f7e8ca;
}
.mandys-pink {
color: #f4b79f;
}
.ambitious-rose {
color: #e76a7d;
}
.t-natiuh-red {
color: #d53f58;
}
.desirable {
color: #a9323a;
}
/* CSS Variables */
:root {
--gin-fizz:#f7e8ca;
--mandys-pink:#f4b79f;
--ambitious-rose:#e76a7d;
--t-natiuh-red:#d53f58;
--desirable:#a9323a;
}