Whispers of Blush and Cream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Blush and Cream palette
Whispers of Blush and Cream color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #faf9f9;
}
.color-3 {
color: #fae3b2;
}
.color-4 {
color: #f3d8e2;
}
.color-5 {
color: #f1acbd;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #faf9f9;
--color-3: #fae3b2;
--color-4: #f3d8e2;
--color-5: #f1acbd;
}
Whispers of Blush and Cream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #faf9f9, #fae3b2, #f3d8e2, #f1acbd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #faf9f9, #fae3b2, #f3d8e2, #f1acbd);
}
Similar color palettes
Scroll down to explore 1 White color palette
Whispers of Blush and Cream color palette created on .