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: #f15050;
}
.color-2 {
color: #ff7e3d;
}
.color-3 {
color: #ffbe4d;
}
.color-4 {
color: #ffea80;
}
.color-5 {
color: #a2d779;
}

/* CSS Variables */
:root {
--color-1: #f15050;
--color-2: #ff7e3d;
--color-3: #ffbe4d;
--color-4: #ffea80;
--color-5: #a2d779;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f15050, #ff7e3d, #ffbe4d, #ffea80, #a2d779);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f15050, #ff7e3d, #ffbe4d, #ffea80, #a2d779);
}

Shades of Red color palette created on .