Teal Peace Color Palette
Discover the beautiful Teal Peace color palette featuring parchment (#f0e6d6), aqua island (#b3dfd7), half baked (#7cb7d5), smalt blue (#4b8d91) and casal (#2c5a5e).
Brightness
Saturation
Warmth
💡 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 Peace palette
💻 Teal Peace color palette CSS
/* CSS */
.color-1 {
color: #f0e6d6;
}
.color-2 {
color: #b3dfd7;
}
.color-3 {
color: #7cb7d5;
}
.color-4 {
color: #4b8d91;
}
.color-5 {
color: #2c5a5e;
}
/* CSS Variables */
:root {
--color-1: #f0e6d6;
--color-2: #b3dfd7;
--color-3: #7cb7d5;
--color-4: #4b8d91;
--color-5: #2c5a5e;
} 🌈 Teal Peace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e6d6, #b3dfd7, #7cb7d5, #4b8d91, #2c5a5e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e6d6, #b3dfd7, #7cb7d5, #4b8d91, #2c5a5e);
} 🔗 Explore similar color palettes
Teal Peace color palette created on .