Blush Elizabeth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blush Elizabeth palette

Share this palette to:

Blush Elizabeth color palette CSS

/* CSS */
.color-1 {
color: #f7b9b6;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f9e3ae;
}
.color-4 {
color: #a4d8a2;
}
.color-5 {
color: #9ed1e5;
}

/* CSS Variables */
:root {
--color-1: #f7b9b6;
--color-2: #f4c29f;
--color-3: #f9e3ae;
--color-4: #a4d8a2;
--color-5: #9ed1e5;
}

Blush Elizabeth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b9b6, #f4c29f, #f9e3ae, #a4d8a2, #9ed1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b9b6, #f4c29f, #f9e3ae, #a4d8a2, #9ed1e5);
}

Blush Elizabeth color palette created on .