Color names in this palette
CSS code for this palette
/* CSS */
.honey-flower {
color: #5b3d71;
}
.white-acorn {
color: #daa88b;
}
.straw-hat {
color: #f1d5a7;
}
.california-chamois {
color: #e6b56b;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--honey-flower:#5b3d71;
--white-acorn:#daa88b;
--straw-hat:#f1d5a7;
--california-chamois:#e6b56b;
--medium-vermilion:#d85d3b;
}