Sunset on Steel Shores Color Palette
Discover the beautiful Sunset on Steel Shores color palette featuring blue zodiac (#150f48), turbo (#ffe100), casablanca (#f8c749), blaze orange (#ff5e00) and wild strawberry (#ff2e93).
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 Sunset on Steel Shores palette
💻 Sunset on Steel Shores color palette CSS
/* CSS */
.color-1 {
color: #150f48;
}
.color-2 {
color: #ffe100;
}
.color-3 {
color: #f8c749;
}
.color-4 {
color: #ff5e00;
}
.color-5 {
color: #ff2e93;
}
/* CSS Variables */
:root {
--color-1: #150f48;
--color-2: #ffe100;
--color-3: #f8c749;
--color-4: #ff5e00;
--color-5: #ff2e93;
}
🌈 Sunset on Steel Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #150f48, #ffe100, #f8c749, #ff5e00, #ff2e93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #150f48, #ffe100, #f8c749, #ff5e00, #ff2e93);
}
🔗 Explore similar color palettes
Sunset on Steel Shores color palette created on .