Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red Shades palette
Color Inspiration
Images that showcase this color palette in real designs
Download Red Shades Color Palette (PNG)
Red Shades color palette CSS
/* CSS */
.color-1 {
color: #c92c3e;
}
.color-2 {
color: #b55a6d;
}
.color-3 {
color: #b68b93;
}
.color-4 {
color: #d0a4b1;
}
.color-5 {
color: #e7c1c6;
}
/* CSS Variables */
:root {
--color-1: #c92c3e;
--color-2: #b55a6d;
--color-3: #b68b93;
--color-4: #d0a4b1;
--color-5: #e7c1c6;
}
Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3e, #b55a6d, #b68b93, #d0a4b1, #e7c1c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3e, #b55a6d, #b68b93, #d0a4b1, #e7c1c6);
}
Similar color palettes
Red Shades color palette created on .