Whispers of Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Cream palette
Whispers of Cream color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3e8d3;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #d9baa1;
}
.color-5 {
color: #c19d8a;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3e8d3;
--color-3: #e7d0c5;
--color-4: #d9baa1;
--color-5: #c19d8a;
}
Whispers of Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3e8d3, #e7d0c5, #d9baa1, #c19d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3e8d3, #e7d0c5, #d9baa1, #c19d8a);
}
Similar color palettes
Whispers of Cream color palette created on .