Paradiso Vibes Color Palette

Discover the beautiful Paradiso Vibes color palette featuring lochinvar (#2c9b8e), keppel (#3caa8c), emerald (#4dcb8a), pastel green (#70db80) and madang (#a8ebae).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Bright, Coastal, Fun, Green, Summer, Teal, Tropical, 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 Paradiso Vibes palette

Share this palette to:

💻 Paradiso Vibes color palette CSS

/* CSS */
.color-1 {
color: #2c9b8e;
}
.color-2 {
color: #3caa8c;
}
.color-3 {
color: #4dcb8a;
}
.color-4 {
color: #70db80;
}
.color-5 {
color: #a8ebae;
}

/* CSS Variables */
:root {
--color-1: #2c9b8e;
--color-2: #3caa8c;
--color-3: #4dcb8a;
--color-4: #70db80;
--color-5: #a8ebae;
}

🌈 Paradiso Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c9b8e, #3caa8c, #4dcb8a, #70db80, #a8ebae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c9b8e, #3caa8c, #4dcb8a, #70db80, #a8ebae);
}

Paradiso Vibes color palette created on .