Purple Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple Garden palette
Purple Garden color palette CSS
/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #b00c69;
}
.color-3 {
color: #ff5100;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #fbc02d;
}
/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #b00c69;
--color-3: #ff5100;
--color-4: #4cae4f;
--color-5: #fbc02d;
}
Purple Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #b00c69, #ff5100, #4cae4f, #fbc02d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #b00c69, #ff5100, #4cae4f, #fbc02d);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Purple Garden color palette created on .