Shades of Cyan Color Palette

Discover the beautiful Shades of Cyan color palette featuring scooter (#35b1d0), curious blue (#30a0c5), boston blue (#2c90b5), jelly bean (#287fa4) and jelly bean (#24788f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Teal, Bright, Cool, Modern, Summer, Ocean, Fun, Vibrant color palettes and combinations.

💡 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

Share this palette to:

💻 Shades of Cyan color palette CSS

/* CSS */
.color-1 {
color: #35b1d0;
}
.color-2 {
color: #30a0c5;
}
.color-3 {
color: #2c90b5;
}
.color-4 {
color: #287fa4;
}
.color-5 {
color: #24788f;
}

/* CSS Variables */
:root {
--color-1: #35b1d0;
--color-2: #30a0c5;
--color-3: #2c90b5;
--color-4: #287fa4;
--color-5: #24788f;
}

🌈 Shades of Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #35b1d0, #30a0c5, #2c90b5, #287fa4, #24788f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #35b1d0, #30a0c5, #2c90b5, #287fa4, #24788f);
}

Shades of Cyan color palette created on .