Peacock Color Palette
Discover the beautiful Peacock color palette featuring blue lagoon (#007e94), sinbad (#a2d7d3), mandys pink (#f0b8b2), cashmere (#e9b79f) and tacha (#d5b15d).
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 Peacock palette
💻 Peacock color palette CSS
/* CSS */
.color-1 {
color: #007e94;
}
.color-2 {
color: #a2d7d3;
}
.color-3 {
color: #f0b8b2;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d5b15d;
}
/* CSS Variables */
:root {
--color-1: #007e94;
--color-2: #a2d7d3;
--color-3: #f0b8b2;
--color-4: #e9b79f;
--color-5: #d5b15d;
}
🌈 Peacock background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007e94, #a2d7d3, #f0b8b2, #e9b79f, #d5b15d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007e94, #a2d7d3, #f0b8b2, #e9b79f, #d5b15d);
}
🔗 Explore similar color palettes
Peacock color palette created on .