Passionate Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Passionate Red palette

Share this palette to:

Passionate Red color palette PNG image

Download passionate red color palette PNG image (landscape)
Download passionate red color palette PNG image (square)

Passionate Red color palette CSS

/* CSS */
.color-1 {
color: #b51c1c;
}
.color-2 {
color: #d33131;
}
.color-3 {
color: #f44034;
}
.color-4 {
color: #e57171;
}
.color-5 {
color: #ff8a80;
}

/* CSS Variables */
:root {
--color-1: #b51c1c;
--color-2: #d33131;
--color-3: #f44034;
--color-4: #e57171;
--color-5: #ff8a80;
}

Passionate Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b51c1c, #d33131, #f44034, #e57171, #ff8a80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b51c1c, #d33131, #f44034, #e57171, #ff8a80);
}

Passionate Red color palette created on .