Pink Ghost Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Ghost palette
Pink Ghost color palette CSS
/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #f2a78c;
}
.color-3 {
color: #e67a7e;
}
.color-4 {
color: #d75b93;
}
.color-5 {
color: #9c4fab;
}
/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #f2a78c;
--color-3: #e67a7e;
--color-4: #d75b93;
--color-5: #9c4fab;
}
Pink Ghost background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Ghost color palette created on .