Purple Red Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Red Shades palette
Purple Red Shades color palette CSS
/* CSS */
.color-1 {
color: #511010;
}
.color-2 {
color: #53357e;
}
.color-3 {
color: #a6a2b3;
}
.color-4 {
color: #8e2e2e;
}
.color-5 {
color: #404040;
}
/* CSS Variables */
:root {
--color-1: #511010;
--color-2: #53357e;
--color-3: #a6a2b3;
--color-4: #8e2e2e;
--color-5: #404040;
}
Purple Red Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #511010, #53357e, #a6a2b3, #8e2e2e, #404040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #511010, #53357e, #a6a2b3, #8e2e2e, #404040);
}
Similar color palettes
Purple Red Shades color palette created on .