Pink Belle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Belle palette
Pink Belle color palette CSS
/* CSS */
.color-1 {
color: #fdf0e8;
}
.color-2 {
color: #ffe4e0;
}
.color-3 {
color: #ffd1e4;
}
.color-4 {
color: #ffcccc;
}
.color-5 {
color: #ffc7d4;
}
/* CSS Variables */
:root {
--color-1: #fdf0e8;
--color-2: #ffe4e0;
--color-3: #ffd1e4;
--color-4: #ffcccc;
--color-5: #ffc7d4;
}
Pink Belle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdf0e8, #ffe4e0, #ffd1e4, #ffcccc, #ffc7d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdf0e8, #ffe4e0, #ffd1e4, #ffcccc, #ffc7d4);
}
Similar color palettes
Scroll down to explore 100+ Peach color palettes
Pink Belle color palette created on .