Flower Path Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flower Path palette

Share this palette to:

Flower Path color palette PNG image

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

Flower Path color palette CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f6c6d1;
}
.color-3 {
color: #efb8c8;
}
.color-4 {
color: #daa4c8;
}
.color-5 {
color: #b88dbf;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f6c6d1;
--color-3: #efb8c8;
--color-4: #daa4c8;
--color-5: #b88dbf;
}

Flower Path background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f6c6d1, #efb8c8, #daa4c8, #b88dbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f6c6d1, #efb8c8, #daa4c8, #b88dbf);
}

Flower Path color palette created on .