Venom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Venom palette

Share this palette to:

Venom color palette CSS

/* CSS */
.color-1 {
color: #1d3a33;
}
.color-2 {
color: #4e7e7e;
}
.color-3 {
color: #6eafa1;
}
.color-4 {
color: #9fd6c9;
}
.color-5 {
color: #e7f1e4;
}

/* CSS Variables */
:root {
--color-1: #1d3a33;
--color-2: #4e7e7e;
--color-3: #6eafa1;
--color-4: #9fd6c9;
--color-5: #e7f1e4;
}

Venom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3a33, #4e7e7e, #6eafa1, #9fd6c9, #e7f1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3a33, #4e7e7e, #6eafa1, #9fd6c9, #e7f1e4);
}

Venom color palette created on .