Creamy Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Beige palette

Share this palette to:

Download Creamy Beige Color Palette (PNG)

Download creamy beige color palette PNG image (landscape)
Download creamy beige color palette PNG image (square)

Creamy Beige color palette CSS

/* CSS */
.color-1 {
color: #f6e5b1;
}
.color-2 {
color: #f0d9a8;
}
.color-3 {
color: #e6cba8;
}
.color-4 {
color: #d5c7b3;
}
.color-5 {
color: #e2d2c5;
}

/* CSS Variables */
:root {
--color-1: #f6e5b1;
--color-2: #f0d9a8;
--color-3: #e6cba8;
--color-4: #d5c7b3;
--color-5: #e2d2c5;
}

Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5b1, #f0d9a8, #e6cba8, #d5c7b3, #e2d2c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5b1, #f0d9a8, #e6cba8, #d5c7b3, #e2d2c5);
}

Creamy Beige color palette created on .