Cute Purple and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cute Purple and Green palette
Cute Purple and Green color palette CSS
/* CSS */
.color-1 {
color: #8bc34b;
}
.color-2 {
color: #9b27b0;
}
.color-3 {
color: #cbdc38;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff5724;
}
/* CSS Variables */
:root {
--color-1: #8bc34b;
--color-2: #9b27b0;
--color-3: #cbdc38;
--color-4: #ffec3d;
--color-5: #ff5724;
}
Cute Purple and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8bc34b, #9b27b0, #cbdc38, #ffec3d, #ff5724);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8bc34b, #9b27b0, #cbdc38, #ffec3d, #ff5724);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Cute Purple and Green color palette created on .