Discover the beautiful Teal Ceylon color palette featuring elm (#1b6d88), puerto rico (#4cb8a2), bermuda (#79d7b2), padua (#a7e7c4) and frost (#f1f9e7).

Teal Ceylon Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Teal Ceylon palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Teal Ceylon palette

Share this palette to:

💻 Teal Ceylon color palette CSS

/* CSS */
.color-1 {
color: #1b6d88;
}
.color-2 {
color: #4cb8a2;
}
.color-3 {
color: #79d7b2;
}
.color-4 {
color: #a7e7c4;
}
.color-5 {
color: #f1f9e7;
}

/* CSS Variables */
:root {
--color-1: #1b6d88;
--color-2: #4cb8a2;
--color-3: #79d7b2;
--color-4: #a7e7c4;
--color-5: #f1f9e7;
}

🌈 Teal Ceylon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6d88, #4cb8a2, #79d7b2, #a7e7c4, #f1f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6d88, #4cb8a2, #79d7b2, #a7e7c4, #f1f9e7);
}

Teal Ceylon color palette created on .