Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6e4c8a;
}
.valentine-heart {
color: #b87a9b;
}
.shrimp-cocktail {
color: #f4a462;
}
.tropical-foliage {
color: #3a6452;
}
.sweet-mandarin {
color: #d35f3c;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6e4c8a;
--valentine-heart:#b87a9b;
--shrimp-cocktail:#f4a462;
--tropical-foliage:#3a6452;
--sweet-mandarin:#d35f3c;
}