Light Blue Cinderella Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Blue Cinderella palette

Share this palette to:

Light Blue Cinderella color palette CSS

/* CSS */
.color-1 {
color: #b3c7e0;
}
.color-2 {
color: #f1a7c2;
}
.color-3 {
color: #f6e1a2;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #c8d5d4;
}

/* CSS Variables */
:root {
--color-1: #b3c7e0;
--color-2: #f1a7c2;
--color-3: #f6e1a2;
--color-4: #ff6e61;
--color-5: #c8d5d4;
}

Light Blue Cinderella background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c7e0, #f1a7c2, #f6e1a2, #ff6e61, #c8d5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c7e0, #f1a7c2, #f6e1a2, #ff6e61, #c8d5d4);
}

Light Blue Cinderella color palette created on .