Cypress Color Palette

Discover the beautiful Cypress color palette featuring como (#4e7e6d), patina (#699b8e), shadow green (#8dbfb0), beryl green (#d5e6c6) and coconut cream (#f4f9e1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Earthy, Nature, Soft, Spring, Bright, Forest, Light, Aqua 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 Cypress palette

Share this palette to:

💻 Cypress color palette CSS

/* CSS */
.color-1 {
color: #4e7e6d;
}
.color-2 {
color: #699b8e;
}
.color-3 {
color: #8dbfb0;
}
.color-4 {
color: #d5e6c6;
}
.color-5 {
color: #f4f9e1;
}

/* CSS Variables */
:root {
--color-1: #4e7e6d;
--color-2: #699b8e;
--color-3: #8dbfb0;
--color-4: #d5e6c6;
--color-5: #f4f9e1;
}

🌈 Cypress background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e7e6d, #699b8e, #8dbfb0, #d5e6c6, #f4f9e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e7e6d, #699b8e, #8dbfb0, #d5e6c6, #f4f9e1);
}

Cypress color palette created on .