Salad Fingers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Salad Fingers palette

Share this palette to:

Salad Fingers color palette CSS

/* CSS */
.color-1 {
color: #284026;
}
.color-2 {
color: #3f6440;
}
.color-3 {
color: #496e49;
}
.color-4 {
color: #60806a;
}
.color-5 {
color: #718478;
}

/* CSS Variables */
:root {
--color-1: #284026;
--color-2: #3f6440;
--color-3: #496e49;
--color-4: #60806a;
--color-5: #718478;
}

Salad Fingers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #284026, #3f6440, #496e49, #60806a, #718478);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #284026, #3f6440, #496e49, #60806a, #718478);
}

Salad Fingers color palette created on .