Shades of Purple to Red Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple to Red palette
Shades of Purple to Red color palette CSS
/* CSS */
.color-1 {
color: #7b3c8b;
}
.color-2 {
color: #a35c8d;
}
.color-3 {
color: #d68a8d;
}
.color-4 {
color: #f19a88;
}
.color-5 {
color: #f24a4a;
}
/* CSS Variables */
:root {
--color-1: #7b3c8b;
--color-2: #a35c8d;
--color-3: #d68a8d;
--color-4: #f19a88;
--color-5: #f24a4a;
}
Shades of Purple to Red background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b3c8b, #a35c8d, #d68a8d, #f19a88, #f24a4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b3c8b, #a35c8d, #d68a8d, #f19a88, #f24a4a);
}
Similar color palettes
Shades of Purple to Red color palette created on .