Spell Book Color Palette
Discover the beautiful Spell Book color palette featuring deluge (#7a5b9a), strikemaster (#9b6f8d), brandy rose (#b58c78), whiskey (#d4a763) and ronchi (#f0c74c).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Spell Book palette
💻 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);
}
🔗 Explore similar color palettes
Spell Book color palette created on .