Whispering Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Blossoms palette
Whispering Blossoms color palette CSS
/* CSS */
.color-1 {
color: #e6e1d6;
}
.color-2 {
color: #d2c7c1;
}
.color-3 {
color: #b6a4c6;
}
.color-4 {
color: #a67d9b;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #e6e1d6;
--color-2: #d2c7c1;
--color-3: #b6a4c6;
--color-4: #a67d9b;
--color-5: #ffffff;
}
Whispering Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6e1d6, #d2c7c1, #b6a4c6, #a67d9b, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6e1d6, #d2c7c1, #b6a4c6, #a67d9b, #ffffff);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whispering Blossoms color palette created on .