Purple and Green Harmony Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Purple and Green Harmony palette
Purple and Green Harmony color palette CSS
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #4cae4f;
}
.color-3 {
color: #9b58b6;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #8d43ad;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4cae4f;
--color-3: #9b58b6;
--color-4: #2ecc70;
--color-5: #8d43ad;
}
Purple and Green Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4cae4f, #9b58b6, #2ecc70, #8d43ad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4cae4f, #9b58b6, #2ecc70, #8d43ad);
}
Similar color palettes
Purple and Green Harmony color palette created on .