Rainy Day Color Palette

Discover the beautiful Rainy Day color palette featuring spindle (#c1d9eb), festival (#fbf16a), sahara sand (#f3e982), mist gray (#c6c5be) and sirocco (#6f7171).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withYellow, Gray, Green, Soft, Muted, Modern, Neutral, 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 Rainy Day palette

Share this palette to:

💻 Rainy Day color palette CSS

/* CSS */
.color-1 {
color: #c1d9eb;
}
.color-2 {
color: #fbf16a;
}
.color-3 {
color: #f3e982;
}
.color-4 {
color: #c6c5be;
}
.color-5 {
color: #6f7171;
}

/* CSS Variables */
:root {
--color-1: #c1d9eb;
--color-2: #fbf16a;
--color-3: #f3e982;
--color-4: #c6c5be;
--color-5: #6f7171;
}

🌈 Rainy Day background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1d9eb, #fbf16a, #f3e982, #c6c5be, #6f7171);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1d9eb, #fbf16a, #f3e982, #c6c5be, #6f7171);
}

Rainy Day color palette created on .