Color names in this palette
CSS code for this palette
/* CSS */
.grapes-of-italy {
color: #6b4b8b;
}
.flowering-raspberry {
color: #9e6b9a;
}
.shiny-kettle {
color: #d0a090;
}
.sunrise {
color: #f4c27b;
}
.equator-glow {
color: #fce7a1;
}
/* CSS Variables */
:root {
--grapes-of-italy:#6b4b8b;
--flowering-raspberry:#9e6b9a;
--shiny-kettle:#d0a090;
--sunrise:#f4c27b;
--equator-glow:#fce7a1;
}