Witchcore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Witchcore palette
Witchcore color palette CSS
/* CSS */
.color-1 {
color: #69446a;
}
.color-2 {
color: #c398bc;
}
.color-3 {
color: #e5b8e5;
}
.color-4 {
color: #f9d99f;
}
.color-5 {
color: #ff775c;
}
/* CSS Variables */
:root {
--color-1: #69446a;
--color-2: #c398bc;
--color-3: #e5b8e5;
--color-4: #f9d99f;
--color-5: #ff775c;
}
Witchcore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69446a, #c398bc, #e5b8e5, #f9d99f, #ff775c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69446a, #c398bc, #e5b8e5, #f9d99f, #ff775c);
}
Similar color palettes
Scroll down to explore 10+ Amber color palettes
Witchcore color palette created on .