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: #f6e1b6;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ff9999;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d34a4d;
}

/* CSS Variables */
:root {
--color-1: #f6e1b6;
--color-2: #ffcc99;
--color-3: #ff9999;
--color-4: #ff6e61;
--color-5: #d34a4d;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b6, #ffcc99, #ff9999, #ff6e61, #d34a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b6, #ffcc99, #ff9999, #ff6e61, #d34a4d);
}

Shades of Red color palette created on .