Evelyn Color Palette

Discover the beautiful Evelyn color palette featuring turquoise blue (#4cd9e1), eastern blue (#28a8af), calypso (#2e7b8e), blumine (#1b4e69) and nile blue (#1a3e51).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Evelyn color palette CSS

/* CSS */
.color-1 {
color: #4cd9e1;
}
.color-2 {
color: #28a8af;
}
.color-3 {
color: #2e7b8e;
}
.color-4 {
color: #1b4e69;
}
.color-5 {
color: #1a3e51;
}

/* CSS Variables */
:root {
--color-1: #4cd9e1;
--color-2: #28a8af;
--color-3: #2e7b8e;
--color-4: #1b4e69;
--color-5: #1a3e51;
}

🌈 Evelyn background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cd9e1, #28a8af, #2e7b8e, #1b4e69, #1a3e51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cd9e1, #28a8af, #2e7b8e, #1b4e69, #1a3e51);
}

Evelyn color palette created on .