Shades of Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Red palette

Share this palette to:

Shades of Red color palette CSS

/* CSS */
.color-1 {
color: #641b31;
}
.color-2 {
color: #9b4b54;
}
.color-3 {
color: #d68d8a;
}
.color-4 {
color: #f8b8a0;
}
.color-5 {
color: #fce3d4;
}

/* CSS Variables */
:root {
--color-1: #641b31;
--color-2: #9b4b54;
--color-3: #d68d8a;
--color-4: #f8b8a0;
--color-5: #fce3d4;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #641b31, #9b4b54, #d68d8a, #f8b8a0, #fce3d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #641b31, #9b4b54, #d68d8a, #f8b8a0, #fce3d4);
}

Shades of Red color palette created on .