Warm Cream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Cream palette

Share this palette to:

Download Warm Cream Color Palette (PNG)

Download warm cream color palette PNG image (landscape)
Download warm cream color palette PNG image (square)

Warm Cream color palette CSS

/* CSS */
.color-1 {
color: #f3dfd8;
}
.color-2 {
color: #f1c7a7;
}
.color-3 {
color: #e4b49b;
}
.color-4 {
color: #d39e7e;
}
.color-5 {
color: #d0b06d;
}

/* CSS Variables */
:root {
--color-1: #f3dfd8;
--color-2: #f1c7a7;
--color-3: #e4b49b;
--color-4: #d39e7e;
--color-5: #d0b06d;
}

Warm Cream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3dfd8, #f1c7a7, #e4b49b, #d39e7e, #d0b06d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3dfd8, #f1c7a7, #e4b49b, #d39e7e, #d0b06d);
}

Warm Cream color palette created on .