Stormey Color Palette
Discover the beautiful Stormey color palette featuring calypso (#356997), fountain blue (#57a5c7), morning glory (#8ed3e1), ronchi (#efb74d) and jaffa (#f26e4a).
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 Stormey palette
💻 Stormey color palette CSS
/* CSS */
.color-1 {
color: #356997;
}
.color-2 {
color: #57a5c7;
}
.color-3 {
color: #8ed3e1;
}
.color-4 {
color: #efb74d;
}
.color-5 {
color: #f26e4a;
}
/* CSS Variables */
:root {
--color-1: #356997;
--color-2: #57a5c7;
--color-3: #8ed3e1;
--color-4: #efb74d;
--color-5: #f26e4a;
} 🌈 Stormey background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #356997, #57a5c7, #8ed3e1, #efb74d, #f26e4a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #356997, #57a5c7, #8ed3e1, #efb74d, #f26e4a);
} 🔗 Explore similar color palettes
Stormey color palette created on .