Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6a4a8c;
}
.peaceful-river {
color: #4a9cd3;
}
.turkish-ginger {
color: #f4f2be;
}
.go-bananas {
color: #f8c84f;
}
.x-marks-the-spot {
color: #e84545;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6a4a8c;
--peaceful-river:#4a9cd3;
--turkish-ginger:#f4f2be;
--go-bananas:#f8c84f;
--x-marks-the-spot:#e84545;
}