Sorceress Chic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sorceress Chic palette
Sorceress Chic color palette CSS
/* CSS */
.color-1 {
color: #8a4b9b;
}
.color-2 {
color: #c68b8e;
}
.color-3 {
color: #f8c2b4;
}
.color-4 {
color: #f4d29f;
}
.color-5 {
color: #f2e7b0;
}
/* CSS Variables */
:root {
--color-1: #8a4b9b;
--color-2: #c68b8e;
--color-3: #f8c2b4;
--color-4: #f4d29f;
--color-5: #f2e7b0;
}
Sorceress Chic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a4b9b, #c68b8e, #f8c2b4, #f4d29f, #f2e7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a4b9b, #c68b8e, #f8c2b4, #f4d29f, #f2e7b0);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Sorceress Chic color palette created on .