Color names in this palette
CSS code for this palette
/* CSS */
.weekend-retreat {
color: #ebc1ad;
}
.cottage-rose {
color: #d9ab9b;
}
.black-hills-gold {
color: #c78e7f;
}
.sizzling-hot {
color: #a76a58;
}
.spiced-red {
color: #8c4c3b;
}
/* CSS Variables */
:root {
--weekend-retreat:#ebc1ad;
--cottage-rose:#d9ab9b;
--black-hills-gold:#c78e7f;
--sizzling-hot:#a76a58;
--spiced-red:#8c4c3b;
}