Color names in this palette
CSS code for this palette
/* CSS */
.scotch-thistle {
color: #9d6b9e;
}
.berry-popsicle {
color: #d3a6c9;
}
.hopeful {
color: #f1d5e1;
}
.crunch {
color: #f5b85c;
}
.wiener-schnitzel {
color: #f09800;
}
/* CSS Variables */
:root {
--scotch-thistle:#9d6b9e;
--berry-popsicle:#d3a6c9;
--hopeful:#f1d5e1;
--crunch:#f5b85c;
--wiener-schnitzel:#f09800;
}