Whispers of Rain Color Palette

Discover the beautiful Whispers of Rain color palette featuring cornflower (#a6c6ed), steel blue (#4b8caf), calypso (#2b6c88), blue dianne (#1f4c4d) and jagged ice (#b6e2e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Light, Summer color palettes and combinations.

💡 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 Whispers of Rain palette

Share this palette to:

💻 Whispers of Rain color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #4b8caf;
}
.color-3 {
color: #2b6c88;
}
.color-4 {
color: #1f4c4d;
}
.color-5 {
color: #b6e2e2;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #4b8caf;
--color-3: #2b6c88;
--color-4: #1f4c4d;
--color-5: #b6e2e2;
}

🌈 Whispers of Rain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #4b8caf, #2b6c88, #1f4c4d, #b6e2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #4b8caf, #2b6c88, #1f4c4d, #b6e2e2);
}

Whispers of Rain color palette created on .