Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d4a559;
}
.laredo-road {
color: #c49b4f;
}
.pink-jazz {
color: #a46a8c;
}
.grapes-of-italy {
color: #6d4e8d;
}
.daisy-bush {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--sweet-honey:#d4a559;
--laredo-road:#c49b4f;
--pink-jazz:#a46a8c;
--grapes-of-italy:#6d4e8d;
--daisy-bush:#5c3f8d;
}