The Deadly Sin of Pride Color Palette
Discover the beautiful The Deadly Sin of Pride color palette featuring moon raker (#c1c1f0), chetwode blue (#8b8bda), blue violet (#5959b1), chambray (#3a3a8d) and lucky point (#1a1a65).
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 The Deadly Sin of Pride palette
💻 The Deadly Sin of Pride color palette CSS
/* CSS */
.color-1 {
color: #c1c1f0;
}
.color-2 {
color: #8b8bda;
}
.color-3 {
color: #5959b1;
}
.color-4 {
color: #3a3a8d;
}
.color-5 {
color: #1a1a65;
}
/* CSS Variables */
:root {
--color-1: #c1c1f0;
--color-2: #8b8bda;
--color-3: #5959b1;
--color-4: #3a3a8d;
--color-5: #1a1a65;
} 🌈 The Deadly Sin of Pride background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1c1f0, #8b8bda, #5959b1, #3a3a8d, #1a1a65);
} 🔗 Explore similar color palettes
The Deadly Sin of Pride color palette created on .