Verdant Veracity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Verdant Veracity palette

Share this palette to:

Verdant Veracity color palette CSS

/* CSS */
.color-1 {
color: #a1baa0;
}
.color-2 {
color: #8daa8d;
}
.color-3 {
color: #6c9c68;
}
.color-4 {
color: #4a784d;
}
.color-5 {
color: #2e5c33;
}

/* CSS Variables */
:root {
--color-1: #a1baa0;
--color-2: #8daa8d;
--color-3: #6c9c68;
--color-4: #4a784d;
--color-5: #2e5c33;
}

Verdant Veracity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1baa0, #8daa8d, #6c9c68, #4a784d, #2e5c33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1baa0, #8daa8d, #6c9c68, #4a784d, #2e5c33);
}

Verdant Veracity color palette created on .