Cyn Color Palette
Discover the beautiful Cyn color palette featuring curious blue (#2b8ebf), viking (#59bdd9), regent st blue (#a1d6e8), double colonial white (#f0eab7) and illusion (#f8a5c1).
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 Cyn palette
💻 Cyn color palette CSS
/* CSS */
.color-1 {
color: #2b8ebf;
}
.color-2 {
color: #59bdd9;
}
.color-3 {
color: #a1d6e8;
}
.color-4 {
color: #f0eab7;
}
.color-5 {
color: #f8a5c1;
}
/* CSS Variables */
:root {
--color-1: #2b8ebf;
--color-2: #59bdd9;
--color-3: #a1d6e8;
--color-4: #f0eab7;
--color-5: #f8a5c1;
} 🌈 Cyn background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b8ebf, #59bdd9, #a1d6e8, #f0eab7, #f8a5c1);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b8ebf, #59bdd9, #a1d6e8, #f0eab7, #f8a5c1);
} 🔗 Explore similar color palettes
Cyn color palette created on .