Purple and Gold Witch Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple and Gold Witch palette
Purple and Gold Witch color palette PNG image
Purple and Gold Witch color palette CSS
/* CSS */
.color-1 {
color: #321c45;
}
.color-2 {
color: #3f274f;
}
.color-3 {
color: #60395e;
}
.color-4 {
color: #96691d;
}
.color-5 {
color: #87251d;
}
/* CSS Variables */
:root {
--color-1: #321c45;
--color-2: #3f274f;
--color-3: #60395e;
--color-4: #96691d;
--color-5: #87251d;
}
Purple and Gold Witch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #321c45, #3f274f, #60395e, #96691d, #87251d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #321c45, #3f274f, #60395e, #96691d, #87251d);
}
Similar color palettes
Purple and Gold Witch color palette created on .