Color names in this palette
CSS code for this palette
/* CSS */
.indian-clay {
color: #f2cfc0;
}
.garden-party {
color: #e1a8b9;
}
.impatient-pink {
color: #d77f96;
}
.tropical-smoothie {
color: #c05469;
}
.gooseberry {
color: #a4415f;
}
/* CSS Variables */
:root {
--indian-clay:#f2cfc0;
--garden-party:#e1a8b9;
--impatient-pink:#d77f96;
--tropical-smoothie:#c05469;
--gooseberry:#a4415f;
}