Seal Color Palette

Discover the beautiful Seal color palette featuring te papa green (#1f3a3d), paradiso (#2c7072), hippie blue (#4da2a3), sinbad (#a5d9d4) and dawn pink (#f3e7e7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Coastal, Green, Modern, Soft, Spring, Teal, 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 Seal palette

Share this palette to:

💻 Seal color palette CSS

/* CSS */
.color-1 {
color: #1f3a3d;
}
.color-2 {
color: #2c7072;
}
.color-3 {
color: #4da2a3;
}
.color-4 {
color: #a5d9d4;
}
.color-5 {
color: #f3e7e7;
}

/* CSS Variables */
:root {
--color-1: #1f3a3d;
--color-2: #2c7072;
--color-3: #4da2a3;
--color-4: #a5d9d4;
--color-5: #f3e7e7;
}

🌈 Seal background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a3d, #2c7072, #4da2a3, #a5d9d4, #f3e7e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a3d, #2c7072, #4da2a3, #a5d9d4, #f3e7e7);
}

Seal color palette created on .