Calypso Color Palette

Discover the beautiful Calypso color palette featuring persian green (#00b3aa), caribbean green (#02c59b), energy yellow (#f6d55a), saffron (#f7b32b) and trinidad (#e75b04).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Orange, Summer, Teal, Tropical, Vibrant, Yellow 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: #00b3aa;
}
.color-2 {
color: #02c59b;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #e75b04;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #02c59b;
--color-3: #f6d55a;
--color-4: #f7b32b;
--color-5: #e75b04;
}

🌈 Calypso background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #02c59b, #f6d55a, #f7b32b, #e75b04);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #02c59b, #f6d55a, #f7b32b, #e75b04);
}

Calypso color palette created on .