Whispering Creams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Creams palette

Share this palette to:

Whispering Creams color palette CSS

/* CSS */
.color-1 {
color: #f2e0d4;
}
.color-2 {
color: #e6c8b7;
}
.color-3 {
color: #dbc0a4;
}
.color-4 {
color: #c4a68d;
}
.color-5 {
color: #b59a7d;
}

/* CSS Variables */
:root {
--color-1: #f2e0d4;
--color-2: #e6c8b7;
--color-3: #dbc0a4;
--color-4: #c4a68d;
--color-5: #b59a7d;
}

Whispering Creams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e0d4, #e6c8b7, #dbc0a4, #c4a68d, #b59a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e0d4, #e6c8b7, #dbc0a4, #c4a68d, #b59a7d);
}

Whispering Creams color palette created on .