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: #f1a8a2;
}
.color-2 {
color: #f9d77b;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #f08324;
}
.color-5 {
color: #d35450;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9d77b;
--color-3: #f1b74b;
--color-4: #f08324;
--color-5: #d35450;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9d77b, #f1b74b, #f08324, #d35450);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9d77b, #f1b74b, #f08324, #d35450);
}

Shades of Red color palette created on .