Color names in this palette
CSS code for this palette
/* CSS */
.rosewood-apricot {
color: #d3a1a1;
}
.wassail {
color: #e0b99e;
}
.straw-hat {
color: #f1d5a7;
}
.smooth-as-corn-silk {
color: #f4e5b3;
}
.desert-star {
color: #f9f0e1;
}
/* CSS Variables */
:root {
--rosewood-apricot:#d3a1a1;
--wassail:#e0b99e;
--straw-hat:#f1d5a7;
--smooth-as-corn-silk:#f4e5b3;
--desert-star:#f9f0e1;
}