"Deep Forest Reverie" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Deep Forest Reverie" palette

Share this palette to:

"Deep Forest Reverie" color palette CSS

/* CSS */
.color-1 {
color: #7c9896;
}
.color-2 {
color: #23878b;
}
.color-3 {
color: #bc3a0b;
}
.color-4 {
color: #551e11;
}
.color-5 {
color: #3c150c;
}

/* CSS Variables */
:root {
--color-1: #7c9896;
--color-2: #23878b;
--color-3: #bc3a0b;
--color-4: #551e11;
--color-5: #3c150c;
}

"Deep Forest Reverie" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c9896, #23878b, #bc3a0b, #551e11, #3c150c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c9896, #23878b, #bc3a0b, #551e11, #3c150c);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

"Deep Forest Reverie" color palette created on .