Flower Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flower palette

Share this palette to:

Download Flower Color Palette (PNG)

Download flower color palette PNG image (landscape)
Download flower color palette PNG image (square)

Flower color palette CSS

/* CSS */
.color-1 {
color: #f1a7b9;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #ffce6b;
}
.color-4 {
color: #a6e2e7;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #f1a7b9;
--color-2: #ff8080;
--color-3: #ffce6b;
--color-4: #a6e2e7;
--color-5: #4eb7ac;
}

Flower background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b9, #ff8080, #ffce6b, #a6e2e7, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b9, #ff8080, #ffce6b, #a6e2e7, #4eb7ac);
}

Flower color palette created on .