Color names in this palette
CSS code for this palette
/* CSS */
.barossa {
color: #4a2b3b;
}
.grapes-of-italy {
color: #6e4a8c;
}
.creeping-bellflower {
color: #b285c7;
}
.maximum-yellow-red {
color: #f1b74b;
}
.georgia-peach {
color: #ff7070;
}
/* CSS Variables */
:root {
--barossa:#4a2b3b;
--grapes-of-italy:#6e4a8c;
--creeping-bellflower:#b285c7;
--maximum-yellow-red:#f1b74b;
--georgia-peach:#ff7070;
}