Cold Rainy Day Color Palette
Discover the beautiful Cold Rainy Day color palette featuring edward (#a8b3b0), bermuda gray (#6a8ca0), blue bayoux (#4d6b7a), pickled bluewood (#2e4a52) and timber green (#1a3032).
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 Cold Rainy Day palette
💻 Cold Rainy Day color palette CSS
/* CSS */
.color-1 {
color: #a8b3b0;
}
.color-2 {
color: #6a8ca0;
}
.color-3 {
color: #4d6b7a;
}
.color-4 {
color: #2e4a52;
}
.color-5 {
color: #1a3032;
}
/* CSS Variables */
:root {
--color-1: #a8b3b0;
--color-2: #6a8ca0;
--color-3: #4d6b7a;
--color-4: #2e4a52;
--color-5: #1a3032;
} 🌈 Cold Rainy Day background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3b0, #6a8ca0, #4d6b7a, #2e4a52, #1a3032);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3b0, #6a8ca0, #4d6b7a, #2e4a52, #1a3032);
} 🔗 Explore similar color palettes
Cold Rainy Day color palette created on .