Loading...

Misty Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Misty Brew palette

Share this palette to:

Download Misty Brew Color Palette (PNG)

Download misty brew color palette PNG image (landscape)
Download misty brew color palette PNG image (square)

Misty Brew color palette CSS

/* CSS */
.color-1 {
color: #b5c9b5;
}
.color-2 {
color: #8c9b8c;
}
.color-3 {
color: #6a7c6a;
}
.color-4 {
color: #4d5b4d;
}
.color-5 {
color: #2f3c2f;
}

/* CSS Variables */
:root {
--color-1: #b5c9b5;
--color-2: #8c9b8c;
--color-3: #6a7c6a;
--color-4: #4d5b4d;
--color-5: #2f3c2f;
}

Misty Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5c9b5, #8c9b8c, #6a7c6a, #4d5b4d, #2f3c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5c9b5, #8c9b8c, #6a7c6a, #4d5b4d, #2f3c2f);
}

Misty Brew color palette created on .