Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Shades palette

Share this palette to:

Download Red Shades Color Palette (PNG)

Download red shades color palette PNG image (landscape)
Download red shades color palette PNG image (square)

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);
}

Red Shades color palette created on .