Shades of Purple Color Palette
Discover the beautiful Shades of Purple color palette featuring violet (#390a43), camelot (#7d2c54), puce (#c67b8d), cherokee (#f9c78b) and sandwisp (#f7e9a1).
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 Shades of Purple palette
๐ป Shades of Purple color palette CSS
/* CSS */
.color-1 {
color: #390a43;
}
.color-2 {
color: #7d2c54;
}
.color-3 {
color: #c67b8d;
}
.color-4 {
color: #f9c78b;
}
.color-5 {
color: #f7e9a1;
}
/* CSS Variables */
:root {
--color-1: #390a43;
--color-2: #7d2c54;
--color-3: #c67b8d;
--color-4: #f9c78b;
--color-5: #f7e9a1;
} ๐ Shades of Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #390a43, #7d2c54, #c67b8d, #f9c78b, #f7e9a1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #390a43, #7d2c54, #c67b8d, #f9c78b, #f7e9a1);
} ๐ Explore similar color palettes
Shades of Purple color palette created on .