Teal Compass Color Palette

Discover the beautiful Teal Compass color palette featuring regent st blue (#a7d8e7), mandys pink (#f1b2a2), ronchi (#f0ca4c), red damask (#e07b48) and abbey (#4c4c4d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Ocean, Autumn, Bright, Sunset 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 Compass palette

Share this palette to:

💻 Teal Compass color palette CSS

/* CSS */
.color-1 {
color: #a7d8e7;
}
.color-2 {
color: #f1b2a2;
}
.color-3 {
color: #f0ca4c;
}
.color-4 {
color: #e07b48;
}
.color-5 {
color: #4c4c4d;
}

/* CSS Variables */
:root {
--color-1: #a7d8e7;
--color-2: #f1b2a2;
--color-3: #f0ca4c;
--color-4: #e07b48;
--color-5: #4c4c4d;
}

🌈 Teal Compass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e7, #f1b2a2, #f0ca4c, #e07b48, #4c4c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e7, #f1b2a2, #f0ca4c, #e07b48, #4c4c4d);
}

Teal Compass color palette created on .