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