Azalea Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azalea Dream palette

Share this palette to:

Azalea Dream color palette PNG image

Download azalea dream color palette PNG image (landscape)
Download azalea dream color palette PNG image (square)

Azalea Dream color palette CSS

/* CSS */
.color-1 {
color: #fee7ed;
}
.color-2 {
color: #fdd8e3;
}
.color-3 {
color: #fbbccb;
}
.color-4 {
color: #f9aebd;
}
.color-5 {
color: #f19397;
}

/* CSS Variables */
:root {
--color-1: #fee7ed;
--color-2: #fdd8e3;
--color-3: #fbbccb;
--color-4: #f9aebd;
--color-5: #f19397;
}

Azalea Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee7ed, #fdd8e3, #fbbccb, #f9aebd, #f19397);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee7ed, #fdd8e3, #fbbccb, #f9aebd, #f19397);
}

Azalea Dream color palette created on .