Teal Serenity Color Palette
Discover the beautiful Teal Serenity color palette featuring puerto rico (#4cb8a0), paradiso (#2a7979), blue dianne (#1f4d4d), aqua island (#b2e0d4) and off green (#e7f9f1).
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 Serenity palette
💻 Teal Serenity color palette CSS
/* CSS */
.color-1 {
color: #4cb8a0;
}
.color-2 {
color: #2a7979;
}
.color-3 {
color: #1f4d4d;
}
.color-4 {
color: #b2e0d4;
}
.color-5 {
color: #e7f9f1;
}
/* CSS Variables */
:root {
--color-1: #4cb8a0;
--color-2: #2a7979;
--color-3: #1f4d4d;
--color-4: #b2e0d4;
--color-5: #e7f9f1;
}
🌈 Teal Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a0, #2a7979, #1f4d4d, #b2e0d4, #e7f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a0, #2a7979, #1f4d4d, #b2e0d4, #e7f9f1);
}
🔗 Explore similar color palettes
Teal Serenity color palette created on .