Whispering Blush Tones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Blush Tones palette
Whispering Blush Tones color palette CSS
/* CSS */
.color-1 {
color: #dddadc;
}
.color-2 {
color: #d1cccd;
}
.color-3 {
color: #c0b9ba;
}
.color-4 {
color: #dca8ad;
}
.color-5 {
color: #ae9899;
}
/* CSS Variables */
:root {
--color-1: #dddadc;
--color-2: #d1cccd;
--color-3: #c0b9ba;
--color-4: #dca8ad;
--color-5: #ae9899;
}
Whispering Blush Tones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dddadc, #d1cccd, #c0b9ba, #dca8ad, #ae9899);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dddadc, #d1cccd, #c0b9ba, #dca8ad, #ae9899);
}
Similar color palettes
Scroll down to explore 6 Soft pink color palettes
Whispering Blush Tones color palette created on .