Sequoia Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sequoia Colors palette

Share this palette to:

Sequoia Colors color palette PNG image

Download sequoia colors color palette PNG image (landscape)
Download sequoia colors color palette PNG image (square)

Sequoia Colors color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #4f801e;
}
.color-3 {
color: #3b6a15;
}
.color-4 {
color: #294a0d;
}
.color-5 {
color: #1f3c0b;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #4f801e;
--color-3: #3b6a15;
--color-4: #294a0d;
--color-5: #1f3c0b;
}

Sequoia Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #4f801e, #3b6a15, #294a0d, #1f3c0b);
}

Sequoia Colors color palette created on .