Color names in this palette
CSS code for this palette
/* CSS */
.indiviolet-sunset {
color: #690dab;
}
.viva-magenta {
color: #a34d8c;
}
.doughnut {
color: #f09e56;
}
.oberon {
color: #fbd589;
}
.golden-buddha-belly {
color: #ffcb1f;
}
/* CSS Variables */
:root {
--indiviolet-sunset:#690dab;
--viva-magenta:#a34d8c;
--doughnut:#f09e56;
--oberon:#fbd589;
--golden-buddha-belly:#ffcb1f;
}