Weather Color Palette
Discover the beautiful Weather color palette featuring regent st blue (#a1c2e3), sidecar (#f1e5b6), wewak (#f6a8a2), akaroa (#d6c2a8) and sprout (#b1d3a7).
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 Weather palette
💻 Weather color palette CSS
/* CSS */
.color-1 {
color: #a1c2e3;
}
.color-2 {
color: #f1e5b6;
}
.color-3 {
color: #f6a8a2;
}
.color-4 {
color: #d6c2a8;
}
.color-5 {
color: #b1d3a7;
}
/* CSS Variables */
:root {
--color-1: #a1c2e3;
--color-2: #f1e5b6;
--color-3: #f6a8a2;
--color-4: #d6c2a8;
--color-5: #b1d3a7;
} 🌈 Weather background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c2e3, #f1e5b6, #f6a8a2, #d6c2a8, #b1d3a7);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c2e3, #f1e5b6, #f6a8a2, #d6c2a8, #b1d3a7);
} 🔗 Explore similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Weather color palette created on .