Shades of Cyan Color Palette
Discover the beautiful Shades of Cyan color palette featuring cyan / aqua (#00ffff), green pea (#1a575b), shamrock (#2cb5b2), viking (#5ed0d4) and anakiwa (#90f6f9).
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: #1a575b;
}
.color-3 {
color: #2cb5b2;
}
.color-4 {
color: #5ed0d4;
}
.color-5 {
color: #90f6f9;
}
/* CSS Variables */
:root {
--color-1: #00ffff;
--color-2: #1a575b;
--color-3: #2cb5b2;
--color-4: #5ed0d4;
--color-5: #90f6f9;
}
🌈 Shades of Cyan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ffff, #1a575b, #2cb5b2, #5ed0d4, #90f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ffff, #1a575b, #2cb5b2, #5ed0d4, #90f6f9);
}
🔗 Explore similar color palettes
Shades of Cyan color palette created on .