Color names in this palette
CSS code for this palette
/* CSS */
.thatched-cottage {
color: #d6c8a8;
}
.cosmetic-red {
color: #a45b7d;
}
.grapes-of-italy {
color: #6e4b8b;
}
.quiet-night {
color: #3b8dba;
}
.lazy-daisy {
color: #f7e9a1;
}
/* CSS Variables */
:root {
--thatched-cottage:#d6c8a8;
--cosmetic-red:#a45b7d;
--grapes-of-italy:#6e4b8b;
--quiet-night:#3b8dba;
--lazy-daisy:#f7e9a1;
}