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: #f4e2c3;
}
.color-2 {
color: #e3b672;
}
.color-3 {
color: #dca77f;
}
.color-4 {
color: #b48e5f;
}
.color-5 {
color: #a37c5c;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #e3b672;
--color-3: #dca77f;
--color-4: #b48e5f;
--color-5: #a37c5c;
}

Creamy Beige background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #e3b672, #dca77f, #b48e5f, #a37c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #e3b672, #dca77f, #b48e5f, #a37c5c);
}

Creamy Beige color palette created on .