Shades of Red Purple Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Red Purple palette

Share this palette to:

Shades of Red Purple color palette CSS

/* CSS */
.color-1 {
color: #9c1c31;
}
.color-2 {
color: #b14e68;
}
.color-3 {
color: #d68a9d;
}
.color-4 {
color: #f1b1c3;
}
.color-5 {
color: #f6e4f0;
}

/* CSS Variables */
:root {
--color-1: #9c1c31;
--color-2: #b14e68;
--color-3: #d68a9d;
--color-4: #f1b1c3;
--color-5: #f6e4f0;
}

Shades of Red Purple background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c1c31, #b14e68, #d68a9d, #f1b1c3, #f6e4f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c1c31, #b14e68, #d68a9d, #f1b1c3, #f6e4f0);
}

Shades of Red Purple color palette created on .