Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e3a5c0;
}
.rosy-nectar {
color: #f4c3e0;
}
.soft-butter {
color: #f6e1b6;
}
.milky-maize {
color: #f9d89f;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--think-pink:#e3a5c0;
--rosy-nectar:#f4c3e0;
--soft-butter:#f6e1b6;
--milky-maize:#f9d89f;
--grapefruit-pulp:#ff6e61;
}