Seance Dreams Color Palette
Discover the beautiful Seance Dreams color palette featuring eminence (#6c2b8c), wisteria (#a155b4), lavender (#d27cda), illusion (#f2a6df) and azalea (#f7c5da).
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 Seance Dreams palette
💻 Seance Dreams color palette CSS
/* CSS */
.color-1 {
color: #6c2b8c;
}
.color-2 {
color: #a155b4;
}
.color-3 {
color: #d27cda;
}
.color-4 {
color: #f2a6df;
}
.color-5 {
color: #f7c5da;
}
/* CSS Variables */
:root {
--color-1: #6c2b8c;
--color-2: #a155b4;
--color-3: #d27cda;
--color-4: #f2a6df;
--color-5: #f7c5da;
} 🌈 Seance Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c2b8c, #a155b4, #d27cda, #f2a6df, #f7c5da);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c2b8c, #a155b4, #d27cda, #f2a6df, #f7c5da);
} 🔗 Explore similar color palettes
Seance Dreams color palette created on .