Pale Ghost Bird Color Palette
Discover the beautiful Pale Ghost Bird color palette featuring granny apple (#e2f8e5), sinbad (#a4dac6), acapulco (#75b3a1), viridian (#4a8c7c) and plantation (#2a5a52).
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 Pale Ghost Bird palette
💻 Pale Ghost Bird color palette CSS
/* CSS */
.color-1 {
color: #e2f8e5;
}
.color-2 {
color: #a4dac6;
}
.color-3 {
color: #75b3a1;
}
.color-4 {
color: #4a8c7c;
}
.color-5 {
color: #2a5a52;
}
/* CSS Variables */
:root {
--color-1: #e2f8e5;
--color-2: #a4dac6;
--color-3: #75b3a1;
--color-4: #4a8c7c;
--color-5: #2a5a52;
}
🌈 Pale Ghost Bird background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2f8e5, #a4dac6, #75b3a1, #4a8c7c, #2a5a52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2f8e5, #a4dac6, #75b3a1, #4a8c7c, #2a5a52);
}
🔗 Explore similar color palettes
Pale Ghost Bird color palette created on .