Stormfly Color Palette
Discover the beautiful Stormfly color palette featuring blumine (#1d4f8b), shakespeare (#3e90cc), picton blue (#5db5e5), regent st blue (#a4d6e5) and dairy cream (#f9e1b4).
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 Stormfly palette
💻 Stormfly color palette CSS
/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #3e90cc;
}
.color-3 {
color: #5db5e5;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #f9e1b4;
}
/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #3e90cc;
--color-3: #5db5e5;
--color-4: #a4d6e5;
--color-5: #f9e1b4;
} 🌈 Stormfly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #3e90cc, #5db5e5, #a4d6e5, #f9e1b4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #3e90cc, #5db5e5, #a4d6e5, #f9e1b4);
} 🔗 Explore similar color palettes
Stormfly color palette created on .