Viper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Viper palette

Share this palette to:

Viper color palette PNG image

Download viper color palette PNG image (landscape)
Download viper color palette PNG image (square)

Viper color palette CSS

/* CSS */
.color-1 {
color: #6f9d3f;
}
.color-2 {
color: #5f8e3e;
}
.color-3 {
color: #4e7a3e;
}
.color-4 {
color: #3d6b3d;
}
.color-5 {
color: #2e5c3e;
}

/* CSS Variables */
:root {
--color-1: #6f9d3f;
--color-2: #5f8e3e;
--color-3: #4e7a3e;
--color-4: #3d6b3d;
--color-5: #2e5c3e;
}

Viper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9d3f, #5f8e3e, #4e7a3e, #3d6b3d, #2e5c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9d3f, #5f8e3e, #4e7a3e, #3d6b3d, #2e5c3e);
}

Viper color palette created on .