Spell Book Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spell Book palette
Color Inspiration
Images that showcase this color palette in real designs
Download Spell Book Color Palette (PNG)
Spell Book color palette CSS
/* CSS */
.color-1 {
color: #7a5b9a;
}
.color-2 {
color: #9b6f8d;
}
.color-3 {
color: #b58c78;
}
.color-4 {
color: #d4a763;
}
.color-5 {
color: #f0c74c;
}
/* CSS Variables */
:root {
--color-1: #7a5b9a;
--color-2: #9b6f8d;
--color-3: #b58c78;
--color-4: #d4a763;
--color-5: #f0c74c;
}
Spell Book background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a5b9a, #9b6f8d, #b58c78, #d4a763, #f0c74c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a5b9a, #9b6f8d, #b58c78, #d4a763, #f0c74c);
}
Similar color palettes
Scroll down to explore 10 Aesthetic color palettes
Spell Book color palette created on .