Color names in this palette
CSS code for this palette
/* CSS */
.blue-gem {
color: #4d3c8b;
}
.giant-onion {
color: #685b9a;
}
.silken-raspberry {
color: #a77b8e;
}
.light-lavender-blush {
color: #e2cfcf;
}
.prosecco {
color: #f8d5a5;
}
/* CSS Variables */
:root {
--blue-gem:#4d3c8b;
--giant-onion:#685b9a;
--silken-raspberry:#a77b8e;
--light-lavender-blush:#e2cfcf;
--prosecco:#f8d5a5;
}