Vineria Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vineria Green palette
Download Vineria Green Color Palette (PNG)
Vineria Green color palette CSS
/* CSS */
.color-1 {
color: #5b8b7a;
}
.color-2 {
color: #7ebe8e;
}
.color-3 {
color: #b3e0b2;
}
.color-4 {
color: #e7f4e6;
}
.color-5 {
color: #f8f8f2;
}
/* CSS Variables */
:root {
--color-1: #5b8b7a;
--color-2: #7ebe8e;
--color-3: #b3e0b2;
--color-4: #e7f4e6;
--color-5: #f8f8f2;
}
Vineria Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b7a, #7ebe8e, #b3e0b2, #e7f4e6, #f8f8f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b7a, #7ebe8e, #b3e0b2, #e7f4e6, #f8f8f2);
}
Similar color palettes
Vineria Green color palette created on .