Pink Cinderella Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cinderella palette
Pink Cinderella color palette CSS
/* CSS */
.color-1 {
color: #fde2dd;
}
.color-2 {
color: #f4a4b7;
}
.color-3 {
color: #f78d8d;
}
.color-4 {
color: #e76a9c;
}
.color-5 {
color: #d85a8a;
}
/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f4a4b7;
--color-3: #f78d8d;
--color-4: #e76a9c;
--color-5: #d85a8a;
}
Pink Cinderella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f4a4b7, #f78d8d, #e76a9c, #d85a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f4a4b7, #f78d8d, #e76a9c, #d85a8a);
}
Similar color palettes
Pink Cinderella color palette created on .