Azalea Bloom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Azalea Bloom palette

Share this palette to:

Azalea Bloom color palette PNG image

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

Azalea Bloom color palette CSS

/* CSS */
.color-1 {
color: #e59fae;
}
.color-2 {
color: #d87d97;
}
.color-3 {
color: #c1537b;
}
.color-4 {
color: #903c5b;
}
.color-5 {
color: #602a4c;
}

/* CSS Variables */
:root {
--color-1: #e59fae;
--color-2: #d87d97;
--color-3: #c1537b;
--color-4: #903c5b;
--color-5: #602a4c;
}

Azalea Bloom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e59fae, #d87d97, #c1537b, #903c5b, #602a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e59fae, #d87d97, #c1537b, #903c5b, #602a4c);
}

Azalea Bloom color palette created on .