Color names in this palette
CSS code for this palette
/* CSS */
.violet-velvet {
color: #b29dd8;
}
.rose-mallow {
color: #f1a7c8;
}
.hu-ng-j-n-zh-u-gold {
color: #f8d968;
}
.wiener-schnitzel {
color: #f09800;
}
.galah {
color: #d2807f;
}
/* CSS Variables */
:root {
--violet-velvet:#b29dd8;
--rose-mallow:#f1a7c8;
--hu-ng-j-n-zh-u-gold:#f8d968;
--wiener-schnitzel:#f09800;
--galah:#d2807f;
}