Whimsical Whispers Color Palette
Discover the beautiful Whimsical Whispers color palette featuring pigeon post (#b7cbdf), botticelli (#c8d6e6), catskill white (#dfe7f0), selago (#f3f7fd) and pink flare (#e2c1c8).
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 Whimsical Whispers palette
💻 Whimsical Whispers color palette CSS
/* CSS */
.color-1 {
color: #b7cbdf;
}
.color-2 {
color: #c8d6e6;
}
.color-3 {
color: #dfe7f0;
}
.color-4 {
color: #f3f7fd;
}
.color-5 {
color: #e2c1c8;
}
/* CSS Variables */
:root {
--color-1: #b7cbdf;
--color-2: #c8d6e6;
--color-3: #dfe7f0;
--color-4: #f3f7fd;
--color-5: #e2c1c8;
} 🌈 Whimsical Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7cbdf, #c8d6e6, #dfe7f0, #f3f7fd, #e2c1c8);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7cbdf, #c8d6e6, #dfe7f0, #f3f7fd, #e2c1c8);
} 🔗 Explore similar color palettes
Whimsical Whispers color palette created on .