Pink Celebration Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Celebration palette
Pink Celebration color palette CSS
/* CSS */
.color-1 {
color: #ffbdc7;
}
.color-2 {
color: #fe7694;
}
.color-3 {
color: #d5aab1;
}
.color-4 {
color: #453e74;
}
.color-5 {
color: #373e5c;
}
/* CSS Variables */
:root {
--color-1: #ffbdc7;
--color-2: #fe7694;
--color-3: #d5aab1;
--color-4: #453e74;
--color-5: #373e5c;
}
Pink Celebration background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbdc7, #fe7694, #d5aab1, #453e74, #373e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbdc7, #fe7694, #d5aab1, #453e74, #373e5c);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Pink Celebration color palette created on .