London Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with London Blush palette

Share this palette to:

London Blush color palette CSS

/* CSS */
.color-1 {
color: #d5c3d1;
}
.color-2 {
color: #e9b9d2;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ffdb8f;
}

/* CSS Variables */
:root {
--color-1: #d5c3d1;
--color-2: #e9b9d2;
--color-3: #ff6e61;
--color-4: #ffb84d;
--color-5: #ffdb8f;
}

London Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c3d1, #e9b9d2, #ff6e61, #ffb84d, #ffdb8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c3d1, #e9b9d2, #ff6e61, #ffb84d, #ffdb8f);
}

London Blush color palette created on .