Color names in this palette
CSS code for this palette
/* CSS */
.tamale-maize {
color: #f6e7b6;
}
.desire-pink {
color: #f1c6d4;
}
.think-pink {
color: #e9a5c3;
}
.pressed-flower {
color: #d78ebe;
}
.soft-purple {
color: #a76db6;
}
/* CSS Variables */
:root {
--tamale-maize:#f6e7b6;
--desire-pink:#f1c6d4;
--think-pink:#e9a5c3;
--pressed-flower:#d78ebe;
--soft-purple:#a76db6;
}