Whispering Ink Color Palette
Discover the beautiful Whispering Ink color palette featuring cadet blue (#a4b2c6), ghost (#bec3d0), geyser (#d4dae3), pink flare (#e1c6d2) and wewak (#f4a9bb).
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 Whispering Ink palette
💻 Whispering Ink color palette CSS
/* CSS */
.color-1 {
color: #a4b2c6;
}
.color-2 {
color: #bec3d0;
}
.color-3 {
color: #d4dae3;
}
.color-4 {
color: #e1c6d2;
}
.color-5 {
color: #f4a9bb;
}
/* CSS Variables */
:root {
--color-1: #a4b2c6;
--color-2: #bec3d0;
--color-3: #d4dae3;
--color-4: #e1c6d2;
--color-5: #f4a9bb;
}
🌈 Whispering Ink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b2c6, #bec3d0, #d4dae3, #e1c6d2, #f4a9bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b2c6, #bec3d0, #d4dae3, #e1c6d2, #f4a9bb);
}
🔗 Explore similar color palettes
Whispering Ink color palette created on .