Soul Color Palette
Discover the beautiful Soul color palette featuring light orchid (#eab8e4), lilac (#d6a4d5), east side (#b88cc5), scampi (#6e5b9a) and east bay (#4d3c77).
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 Soul palette
💻 Soul color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d6a4d5;
}
.color-3 {
color: #b88cc5;
}
.color-4 {
color: #6e5b9a;
}
.color-5 {
color: #4d3c77;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d6a4d5;
--color-3: #b88cc5;
--color-4: #6e5b9a;
--color-5: #4d3c77;
}
🌈 Soul background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d6a4d5, #b88cc5, #6e5b9a, #4d3c77);
}
🔗 Explore similar color palettes
Soul color palette created on .