Teal Poseidon Color Palette

Discover the beautiful Teal Poseidon color palette featuring blue lagoon (#007a85), persian green (#00a3a3), eastern blue (#1d9a96), puerto rico (#4dcbb4) and morning glory (#a3e1d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Beach, Bright, Ocean, Tropical 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 Teal Poseidon palette

Share this palette to:

💻 Teal Poseidon color palette CSS

/* CSS */
.color-1 {
color: #007a85;
}
.color-2 {
color: #00a3a3;
}
.color-3 {
color: #1d9a96;
}
.color-4 {
color: #4dcbb4;
}
.color-5 {
color: #a3e1d2;
}

/* CSS Variables */
:root {
--color-1: #007a85;
--color-2: #00a3a3;
--color-3: #1d9a96;
--color-4: #4dcbb4;
--color-5: #a3e1d2;
}

🌈 Teal Poseidon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a85, #00a3a3, #1d9a96, #4dcbb4, #a3e1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a85, #00a3a3, #1d9a96, #4dcbb4, #a3e1d2);
}

Teal Poseidon color palette created on .