Bright Cyan Color Palette

Discover the beautiful Bright Cyan color palette featuring bright turquoise (#0cbfdf), bright turquoise (#1beeea), spray (#5af6f1), anakiwa (#91f8f3) and charlotte (#c2faf9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Summer, Coastal, 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 Bright Cyan palette

Share this palette to:

💻 Bright Cyan color palette CSS

/* CSS */
.color-1 {
color: #0cbfdf;
}
.color-2 {
color: #1beeea;
}
.color-3 {
color: #5af6f1;
}
.color-4 {
color: #91f8f3;
}
.color-5 {
color: #c2faf9;
}

/* CSS Variables */
:root {
--color-1: #0cbfdf;
--color-2: #1beeea;
--color-3: #5af6f1;
--color-4: #91f8f3;
--color-5: #c2faf9;
}

🌈 Bright Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0cbfdf, #1beeea, #5af6f1, #91f8f3, #c2faf9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0cbfdf, #1beeea, #5af6f1, #91f8f3, #c2faf9);
}

Bright Cyan color palette created on .