Psychedelic Cyan Color Palette

Discover the beautiful Psychedelic Cyan color palette featuring robin's egg blue (#00bdd6), pacific blue (#00abc2), bondi blue (#0097a8), pine green (#007a6c) and aqua deep (#004d40).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Psychedelic Cyan color palette CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #00abc2;
}
.color-3 {
color: #0097a8;
}
.color-4 {
color: #007a6c;
}
.color-5 {
color: #004d40;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #00abc2;
--color-3: #0097a8;
--color-4: #007a6c;
--color-5: #004d40;
}

🌈 Psychedelic Cyan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #00abc2, #0097a8, #007a6c, #004d40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #00abc2, #0097a8, #007a6c, #004d40);
}

Psychedelic Cyan color palette created on .