Shades of Green and Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Green and Purple palette
Shades of Green and Purple color palette CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #a19afe;
}
.color-3 {
color: #6b5be6;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #fd9744;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #a19afe;
--color-3: #6b5be6;
--color-4: #ff6b81;
--color-5: #fd9744;
}
Shades of Green and Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
Similar color palettes
Shades of Green and Purple color palette created on .