Teal Solar Solace Color Palette

Discover the beautiful Teal Solar Solace color palette featuring bermuda (#8cd9c4), puerto rico (#5ec9a0), oracle (#3b7b7d), casal (#2d5c62) and blue dianne (#1e4d52).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Teal, Bright, Coastal, Spring 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 Solar Solace palette

Share this palette to:

💻 Teal Solar Solace color palette CSS

/* CSS */
.color-1 {
color: #8cd9c4;
}
.color-2 {
color: #5ec9a0;
}
.color-3 {
color: #3b7b7d;
}
.color-4 {
color: #2d5c62;
}
.color-5 {
color: #1e4d52;
}

/* CSS Variables */
:root {
--color-1: #8cd9c4;
--color-2: #5ec9a0;
--color-3: #3b7b7d;
--color-4: #2d5c62;
--color-5: #1e4d52;
}

🌈 Teal Solar Solace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8cd9c4, #5ec9a0, #3b7b7d, #2d5c62, #1e4d52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8cd9c4, #5ec9a0, #3b7b7d, #2d5c62, #1e4d52);
}

Teal Solar Solace color palette created on .