Calypso Color Palette

Discover the beautiful Calypso color palette featuring cerulean (#00b4e6), cerulean (#00a4d6), pacific blue (#0098c7), deep cerulean (#0081a8) and blue lagoon (#006c8a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Cyan, Turquoise, Teal, Bright, Vibrant, Ocean 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 Calypso palette

Share this palette to:

💻 Calypso color palette CSS

/* CSS */
.color-1 {
color: #00b4e6;
}
.color-2 {
color: #00a4d6;
}
.color-3 {
color: #0098c7;
}
.color-4 {
color: #0081a8;
}
.color-5 {
color: #006c8a;
}

/* CSS Variables */
:root {
--color-1: #00b4e6;
--color-2: #00a4d6;
--color-3: #0098c7;
--color-4: #0081a8;
--color-5: #006c8a;
}

🌈 Calypso background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b4e6, #00a4d6, #0098c7, #0081a8, #006c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b4e6, #00a4d6, #0098c7, #0081a8, #006c8a);
}

Calypso color palette created on .