Siren Scales Color Palette
Discover the beautiful Siren Scales color palette featuring elm (#1e7a8a), fountain blue (#4eb7a9), monte carlo (#8fd6d3), sidecar (#f1e0b1) and ecstasy (#f68a1e).
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 Siren Scales palette
💻 Siren Scales color palette CSS
/* CSS */
.color-1 {
color: #1e7a8a;
}
.color-2 {
color: #4eb7a9;
}
.color-3 {
color: #8fd6d3;
}
.color-4 {
color: #f1e0b1;
}
.color-5 {
color: #f68a1e;
}
/* CSS Variables */
:root {
--color-1: #1e7a8a;
--color-2: #4eb7a9;
--color-3: #8fd6d3;
--color-4: #f1e0b1;
--color-5: #f68a1e;
} 🌈 Siren Scales background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7a8a, #4eb7a9, #8fd6d3, #f1e0b1, #f68a1e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7a8a, #4eb7a9, #8fd6d3, #f1e0b1, #f68a1e);
} 🔗 Explore similar color palettes
Siren Scales color palette created on .