Blooming Whispers Color Palette
Discover the beautiful Blooming Whispers color palette featuring rose bud (#f9b0ae), azalea (#f6c6d7), light orchid (#e7b6e2), light wisteria (#d3a8e1) and morning glory (#9fd2df).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Blooming Whispers palette
💻 Blooming Whispers color palette CSS
/* CSS */
.color-1 {
color: #f9b0ae;
}
.color-2 {
color: #f6c6d7;
}
.color-3 {
color: #e7b6e2;
}
.color-4 {
color: #d3a8e1;
}
.color-5 {
color: #9fd2df;
}
/* CSS Variables */
:root {
--color-1: #f9b0ae;
--color-2: #f6c6d7;
--color-3: #e7b6e2;
--color-4: #d3a8e1;
--color-5: #9fd2df;
} 🌈 Blooming Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b0ae, #f6c6d7, #e7b6e2, #d3a8e1, #9fd2df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b0ae, #f6c6d7, #e7b6e2, #d3a8e1, #9fd2df);
} 🔗 Explore similar color palettes
Blooming Whispers color palette created on .