Pale Ghost Bird Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pale Ghost Bird palette
Pale Ghost Bird color palette PNG image
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);
}
Similar color palettes
Pale Ghost Bird color palette created on .