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: #f9d780;
}
.color-2 {
color: #f6a35a;
}
.color-3 {
color: #d6614c;
}
.color-4 {
color: #a43d4c;
}
.color-5 {
color: #6d2c4a;
}

/* CSS Variables */
:root {
--color-1: #f9d780;
--color-2: #f6a35a;
--color-3: #d6614c;
--color-4: #a43d4c;
--color-5: #6d2c4a;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d780, #f6a35a, #d6614c, #a43d4c, #6d2c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d780, #f6a35a, #d6614c, #a43d4c, #6d2c4a);
}

Shades of Red color palette created on .