Creamy Beige Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Beige palette

Share this palette to:

Creamy Beige color palette PNG image

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: #f5e6c2;
}
.color-2 {
color: #e5cca4;
}
.color-3 {
color: #d4b69b;
}
.color-4 {
color: #c3a38d;
}
.color-5 {
color: #b29a7b;
}

/* CSS Variables */
:root {
--color-1: #f5e6c2;
--color-2: #e5cca4;
--color-3: #d4b69b;
--color-4: #c3a38d;
--color-5: #b29a7b;
}

Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e6c2, #e5cca4, #d4b69b, #c3a38d, #b29a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e6c2, #e5cca4, #d4b69b, #c3a38d, #b29a7b);
}

Creamy Beige color palette created on .