Whispering Rainbows Color Palette

Discover the beautiful Whispering Rainbows color palette featuring wewak (#f2a1b4), regent st blue (#a3c7e0), surf crest (#c4e4c4), sandwisp (#f6e7a2) and azalea (#f8c9d1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Pastel, Soft, Spring 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 Whispering Rainbows palette

Share this palette to:

💻 Whispering Rainbows color palette CSS

/* CSS */
.color-1 {
color: #f2a1b4;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #c4e4c4;
}
.color-4 {
color: #f6e7a2;
}
.color-5 {
color: #f8c9d1;
}

/* CSS Variables */
:root {
--color-1: #f2a1b4;
--color-2: #a3c7e0;
--color-3: #c4e4c4;
--color-4: #f6e7a2;
--color-5: #f8c9d1;
}

🌈 Whispering Rainbows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1b4, #a3c7e0, #c4e4c4, #f6e7a2, #f8c9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1b4, #a3c7e0, #c4e4c4, #f6e7a2, #f8c9d1);
}

Whispering Rainbows color palette created on .