Brown Vanilla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Brown Vanilla palette

Share this palette to:

Brown Vanilla color palette CSS

/* CSS */
.color-1 {
color: #f5e3bc;
}
.color-2 {
color: #e5c9a4;
}
.color-3 {
color: #deb082;
}
.color-4 {
color: #dba375;
}
.color-5 {
color: #d79565;
}

/* CSS Variables */
:root {
--color-1: #f5e3bc;
--color-2: #e5c9a4;
--color-3: #deb082;
--color-4: #dba375;
--color-5: #d79565;
}

Brown Vanilla background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3bc, #e5c9a4, #deb082, #dba375, #d79565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3bc, #e5c9a4, #deb082, #dba375, #d79565);
}

Brown Vanilla color palette created on .