Star Witch Oracle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Star Witch Oracle palette
Color Inspiration
Images that showcase this color palette in real designs
Download Star Witch Oracle Color Palette (PNG)
Star Witch Oracle color palette CSS
/* CSS */
.color-1 {
color: #4c3d6c;
}
.color-2 {
color: #795d98;
}
.color-3 {
color: #b48da4;
}
.color-4 {
color: #f1c6d3;
}
.color-5 {
color: #f9e59f;
}
/* CSS Variables */
:root {
--color-1: #4c3d6c;
--color-2: #795d98;
--color-3: #b48da4;
--color-4: #f1c6d3;
--color-5: #f9e59f;
}
Star Witch Oracle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3d6c, #795d98, #b48da4, #f1c6d3, #f9e59f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3d6c, #795d98, #b48da4, #f1c6d3, #f9e59f);
}
Similar color palettes
Star Witch Oracle color palette created on .