Color names in this palette
CSS code for this palette
/* CSS */
.chai-latte {
color: #f8c8a0;
}
.calabrese {
color: #f1a8a2;
}
.hopbush {
color: #d06c8f;
}
.brilliant-carmine {
color: #b4508f;
}
.honey-flower {
color: #5d3b6d;
}
/* CSS Variables */
:root {
--chai-latte:#f8c8a0;
--calabrese:#f1a8a2;
--hopbush:#d06c8f;
--brilliant-carmine:#b4508f;
--honey-flower:#5d3b6d;
}