Whispers of Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Cream palette
Whispers of Cream color palette PNG image
Whispers of Cream color palette CSS
/* CSS */
.color-1 {
color: #f6f1e4;
}
.color-2 {
color: #eae2d7;
}
.color-3 {
color: #d6cfc2;
}
.color-4 {
color: #c1b79f;
}
.color-5 {
color: #a89f8f;
}
/* CSS Variables */
:root {
--color-1: #f6f1e4;
--color-2: #eae2d7;
--color-3: #d6cfc2;
--color-4: #c1b79f;
--color-5: #a89f8f;
}
Whispers of Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6f1e4, #eae2d7, #d6cfc2, #c1b79f, #a89f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6f1e4, #eae2d7, #d6cfc2, #c1b79f, #a89f8f);
}
Similar color palettes
Scroll down to explore 5 Ivory color palettes
Whispers of Cream color palette created on .