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: #ff6e61;
}
.color-2 {
color: #e6b84c;
}
.color-3 {
color: #6a908b;
}
.color-4 {
color: #4f4f4f;
}
.color-5 {
color: #c76b79;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #e6b84c;
--color-3: #6a908b;
--color-4: #4f4f4f;
--color-5: #c76b79;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #e6b84c, #6a908b, #4f4f4f, #c76b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #e6b84c, #6a908b, #4f4f4f, #c76b79);
}

Shades of Red color palette created on .