Infected Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Infected Purple palette
Infected Purple color palette CSS
/* CSS */
.color-1 {
color: #5d3a7e;
}
.color-2 {
color: #b05490;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4133;
}
/* CSS Variables */
:root {
--color-1: #5d3a7e;
--color-2: #b05490;
--color-3: #f0a800;
--color-4: #ff6e61;
--color-5: #ff4133;
}
Infected Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d3a7e, #b05490, #f0a800, #ff6e61, #ff4133);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d3a7e, #b05490, #f0a800, #ff6e61, #ff4133);
}
Similar color palettes
Infected Purple color palette created on .