Red Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Shades palette

Share this palette to:

Red Shades color palette CSS

/* CSS */
.color-1 {
color: #8c2c2c;
}
.color-2 {
color: #d84f4f;
}
.color-3 {
color: #f6b74c;
}
.color-4 {
color: #a2c57c;
}
.color-5 {
color: #4b8f3d;
}

/* CSS Variables */
:root {
--color-1: #8c2c2c;
--color-2: #d84f4f;
--color-3: #f6b74c;
--color-4: #a2c57c;
--color-5: #4b8f3d;
}

Red Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c2c2c, #d84f4f, #f6b74c, #a2c57c, #4b8f3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c2c2c, #d84f4f, #f6b74c, #a2c57c, #4b8f3d);
}

Red Shades color palette created on .