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: #9c1c31;
}
.color-2 {
color: #d0523e;
}
.color-3 {
color: #f07838;
}
.color-4 {
color: #fbcf60;
}
.color-5 {
color: #fef2ae;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #d0523e;
--color-3: #f07838;
--color-4: #fbcf60;
--color-5: #fef2ae;
}

Shades of Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #d0523e, #f07838, #fbcf60, #fef2ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #d0523e, #f07838, #fbcf60, #fef2ae);
}

Shades of Red color palette created on .