Whispered Creams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispered Creams palette

Share this palette to:

Whispered Creams color palette CSS

/* CSS */
.color-1 {
color: #f5f5f0;
}
.color-2 {
color: #e0d7c2;
}
.color-3 {
color: #c5b6a0;
}
.color-4 {
color: #a5897e;
}
.color-5 {
color: #8c5c4a;
}

/* CSS Variables */
:root {
--color-1: #f5f5f0;
--color-2: #e0d7c2;
--color-3: #c5b6a0;
--color-4: #a5897e;
--color-5: #8c5c4a;
}

Whispered Creams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f0, #e0d7c2, #c5b6a0, #a5897e, #8c5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f0, #e0d7c2, #c5b6a0, #a5897e, #8c5c4a);
}

Whispered Creams color palette created on .