Shades of Teal Color Palette
Discover the beautiful Shades of Teal color palette featuring breaker bay (#4b9b8a), downy (#7ad1bd), albescent white (#f6e5d5), web orange (#f0a800) and valencia (#d4502b).
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 Shades of Teal palette
๐ป Shades of Teal color palette CSS
/* CSS */
.color-1 {
color: #4b9b8a;
}
.color-2 {
color: #7ad1bd;
}
.color-3 {
color: #f6e5d5;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d4502b;
}
/* CSS Variables */
:root {
--color-1: #4b9b8a;
--color-2: #7ad1bd;
--color-3: #f6e5d5;
--color-4: #f0a800;
--color-5: #d4502b;
} ๐ Shades of Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b8a, #7ad1bd, #f6e5d5, #f0a800, #d4502b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b8a, #7ad1bd, #f6e5d5, #f0a800, #d4502b);
} ๐ Explore similar color palettes
Shades of Teal color palette created on .