Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6b4c8a;
}
.scotch-thistle {
color: #9c6f9f;
}
.raspberry-smoothie {
color: #cfa0b4;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.deep-fried-sun-rays {
color: #f3c65e;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6b4c8a;
--scotch-thistle:#9c6f9f;
--raspberry-smoothie:#cfa0b4;
--enjoyable-yellow:#f6d6a7;
--deep-fried-sun-rays:#f3c65e;
}