Discover the beautiful Shades of Red color palette featuring fuzzy wuzzy brown (#c65e5d), can can (#d6a099), cashmere (#e8b7a1), chalky (#f0d6a3) and sidecar (#f2dfc0).
Shades of Red Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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
Explore how the Shades of Red palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Shades of Red palette
💻 Shades of Red color palette CSS
/* CSS */
.color-1 {
color: #c65e5d;
}
.color-2 {
color: #d6a099;
}
.color-3 {
color: #e8b7a1;
}
.color-4 {
color: #f0d6a3;
}
.color-5 {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--color-1: #c65e5d;
--color-2: #d6a099;
--color-3: #e8b7a1;
--color-4: #f0d6a3;
--color-5: #f2dfc0;
}
🌈 Shades of Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65e5d, #d6a099, #e8b7a1, #f0d6a3, #f2dfc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65e5d, #d6a099, #e8b7a1, #f0d6a3, #f2dfc0);
}
🔗 Explore similar color palettes
Shades of Red color palette created on .