Key Lime Delight Color Palette

Discover the beautiful Key Lime Delight color palette featuring tea green (#ceeebf), blue romance (#d2f7cb), orinoco (#e6fac2), astra (#fcf0c0) and dairy cream (#fadbb9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Pink 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 Key Lime Delight palette

Share this palette to:

💻 Key Lime Delight color palette CSS

/* CSS */
.color-1 {
color: #ceeebf;
}
.color-2 {
color: #d2f7cb;
}
.color-3 {
color: #e6fac2;
}
.color-4 {
color: #fcf0c0;
}
.color-5 {
color: #fadbb9;
}

/* CSS Variables */
:root {
--color-1: #ceeebf;
--color-2: #d2f7cb;
--color-3: #e6fac2;
--color-4: #fcf0c0;
--color-5: #fadbb9;
}

🌈 Key Lime Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ceeebf, #d2f7cb, #e6fac2, #fcf0c0, #fadbb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ceeebf, #d2f7cb, #e6fac2, #fcf0c0, #fadbb9);
}

Key Lime Delight color palette created on .