Vert Ashengrotto Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vert Ashengrotto palette

Share this palette to:

Vert Ashengrotto color palette PNG image

Download vert ashengrotto color palette PNG image (landscape)
Download vert ashengrotto color palette PNG image (square)

Vert Ashengrotto color palette CSS

/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #a5b89d;
}
.color-3 {
color: #8e8f8a;
}
.color-4 {
color: #7f6a57;
}
.color-5 {
color: #5e4b3b;
}

/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #a5b89d;
--color-3: #8e8f8a;
--color-4: #7f6a57;
--color-5: #5e4b3b;
}

Vert Ashengrotto background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #a5b89d, #8e8f8a, #7f6a57, #5e4b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #a5b89d, #8e8f8a, #7f6a57, #5e4b3b);
}

Vert Ashengrotto color palette created on .