Calypso Color Palette
Discover the beautiful Calypso color palette featuring bondi blue (#0096b8), persian green (#00b3aa), turquoise (#4fe3b2), granny smith apple (#a6e3a1) and sandwisp (#f3e4a0).
Brightness
Saturation
Warmth
💡 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
💻 Calypso color palette CSS
/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #4fe3b2;
}
.color-4 {
color: #a6e3a1;
}
.color-5 {
color: #f3e4a0;
}
/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00b3aa;
--color-3: #4fe3b2;
--color-4: #a6e3a1;
--color-5: #f3e4a0;
} 🌈 Calypso background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00b3aa, #4fe3b2, #a6e3a1, #f3e4a0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00b3aa, #4fe3b2, #a6e3a1, #f3e4a0);
} 🔗 Explore similar color palettes
Calypso color palette created on .