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 CSS

/* CSS */
.color-1 {
color: #f8e7b4;
}
.color-2 {
color: #e7d5b1;
}
.color-3 {
color: #d6c5a8;
}
.color-4 {
color: #c3b3a2;
}
.color-5 {
color: #bea49d;
}

/* CSS Variables */
:root {
--color-1: #f8e7b4;
--color-2: #e7d5b1;
--color-3: #d6c5a8;
--color-4: #c3b3a2;
--color-5: #bea49d;
}

Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7b4, #e7d5b1, #d6c5a8, #c3b3a2, #bea49d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7b4, #e7d5b1, #d6c5a8, #c3b3a2, #bea49d);
}

Creamy Beige color palette created on .