Red to Violet Gradient Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Red to Violet Gradient palette
Red to Violet Gradient color palette CSS
/* CSS */
.color-1 {
color: #d60032;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #a5c639;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #d60032;
--color-2: #ff6d1f;
--color-3: #ffcc00;
--color-4: #a5c639;
--color-5: #681b98;
}
Red to Violet Gradient background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d60032, #ff6d1f, #ffcc00, #a5c639, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d60032, #ff6d1f, #ffcc00, #a5c639, #681b98);
}
Similar color palettes
Red to Violet Gradient color palette created on .