Shades of Pink and Teal Color Palette
Discover the beautiful Shades of Pink and Teal color palette featuring rose bud (#f7b5a1), goldenrod (#f8d16d), morning glory (#a3e1d2), breaker bay (#4b9b8a) and san juan (#2c4f6d).
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 Pink and Teal palette
💻 Shades of Pink and Teal color palette CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f8d16d;
}
.color-3 {
color: #a3e1d2;
}
.color-4 {
color: #4b9b8a;
}
.color-5 {
color: #2c4f6d;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f8d16d;
--color-3: #a3e1d2;
--color-4: #4b9b8a;
--color-5: #2c4f6d;
}
🌈 Shades of Pink and Teal background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f8d16d, #a3e1d2, #4b9b8a, #2c4f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f8d16d, #a3e1d2, #4b9b8a, #2c4f6d);
}
🔗 Explore similar color palettes
Shades of Pink and Teal color palette created on .