Shades of Cyan Color Palette
Discover the beautiful Shades of Cyan color palette featuring cyan / aqua (#00ffff), cornflower (#92d4e8), cold purple (#b79dd8), turquoise blue (#5fceec) and blizzard blue (#a1e1f2).
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 Shades of Cyan palette
💻 Shades of Cyan color palette CSS
/* CSS */
.color-1 {
color: #00ffff;
}
.color-2 {
color: #92d4e8;
}
.color-3 {
color: #b79dd8;
}
.color-4 {
color: #5fceec;
}
.color-5 {
color: #a1e1f2;
}
/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #92d4e8;
--color-3: #b79dd8;
--color-4: #5fceec;
--color-5: #a1e1f2;
} 🌈 Shades of Cyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #92d4e8, #b79dd8, #5fceec, #a1e1f2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #92d4e8, #b79dd8, #5fceec, #a1e1f2);
} 🔗 Explore similar color palettes
Shades of Cyan color palette created on .