Steven Magnet Color Palette
Discover the beautiful Steven Magnet color palette featuring eastern blue (#1b8e9d), pelorous (#3cb4b4), downy (#5ed4c6), riptide (#7fe1de) and charlotte (#aff8f6).
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 Steven Magnet palette
💻 Steven Magnet color palette CSS
/* CSS */
.color-1 {
color: #1b8e9d;
}
.color-2 {
color: #3cb4b4;
}
.color-3 {
color: #5ed4c6;
}
.color-4 {
color: #7fe1de;
}
.color-5 {
color: #aff8f6;
}
/* CSS Variables */
:root {
--color-1: #1b8e9d;
--color-2: #3cb4b4;
--color-3: #5ed4c6;
--color-4: #7fe1de;
--color-5: #aff8f6;
} 🌈 Steven Magnet background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8e9d, #3cb4b4, #5ed4c6, #7fe1de, #aff8f6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8e9d, #3cb4b4, #5ed4c6, #7fe1de, #aff8f6);
} 🔗 Explore similar color palettes
Steven Magnet color palette created on .