Creamy Brew Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Brew palette

Share this palette to:

Creamy Brew color palette CSS

/* CSS */
.color-1 {
color: #d5c1a5;
}
.color-2 {
color: #b7a78f;
}
.color-3 {
color: #a78e76;
}
.color-4 {
color: #7e6b5d;
}
.color-5 {
color: #5a4a3a;
}

/* CSS Variables */
:root {
--color-1: #d5c1a5;
--color-2: #b7a78f;
--color-3: #a78e76;
--color-4: #7e6b5d;
--color-5: #5a4a3a;
}

Creamy Brew background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c1a5, #b7a78f, #a78e76, #7e6b5d, #5a4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c1a5, #b7a78f, #a78e76, #7e6b5d, #5a4a3a);
}

Creamy Brew color palette created on .