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: #d65a4c;
}
.color-2 {
color: #f1a76f;
}
.color-3 {
color: #f3d26d;
}
.color-4 {
color: #8ccf8c;
}
.color-5 {
color: #508d9b;
}

/* CSS Variables */
:root {
--color-1: #d65a4c;
--color-2: #f1a76f;
--color-3: #f3d26d;
--color-4: #8ccf8c;
--color-5: #508d9b;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d65a4c, #f1a76f, #f3d26d, #8ccf8c, #508d9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d65a4c, #f1a76f, #f3d26d, #8ccf8c, #508d9b);
}

Shades of Red color palette created on .