Storms Over Silk Color Palette
Discover the beautiful Storms Over Silk color palette featuring smalt blue (#4f7d92), gulf stream (#7cb0b1), jagged ice (#b5e0e3), manhattan (#f7c5a1) and flame pea (#d75e3c).
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 Storms Over Silk palette
💻 Storms Over Silk color palette CSS
/* CSS */
.color-1 {
color: #4f7d92;
}
.color-2 {
color: #7cb0b1;
}
.color-3 {
color: #b5e0e3;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #d75e3c;
}
/* CSS Variables */
:root {
--color-1: #4f7d92;
--color-2: #7cb0b1;
--color-3: #b5e0e3;
--color-4: #f7c5a1;
--color-5: #d75e3c;
} 🌈 Storms Over Silk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d92, #7cb0b1, #b5e0e3, #f7c5a1, #d75e3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d92, #7cb0b1, #b5e0e3, #f7c5a1, #d75e3c);
} 🔗 Explore similar color palettes
Storms Over Silk color palette created on .