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: #f4b8c3;
}
.color-3 {
color: #ef9fb4;
}
.color-4 {
color: #e76a98;
}
.color-5 {
color: #d94a7a;
}
/* CSS Variables */
:root {
--color-1: #fde2dd;
--color-2: #f4b8c3;
--color-3: #ef9fb4;
--color-4: #e76a98;
--color-5: #d94a7a;
}
Pink Cinderella background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde2dd, #f4b8c3, #ef9fb4, #e76a98, #d94a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde2dd, #f4b8c3, #ef9fb4, #e76a98, #d94a7a);
}
Similar color palettes
Scroll down to explore 200 Aesthetic color palettes
Pink Cinderella color palette created on .