Flower Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Flower Blossom palette

Share this palette to:

Flower Blossom color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f3e7e7;
}
.color-3 {
color: #e7c5d6;
}
.color-4 {
color: #d2a7d2;
}
.color-5 {
color: #b98dc8;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f3e7e7;
--color-3: #e7c5d6;
--color-4: #d2a7d2;
--color-5: #b98dc8;
}

Flower Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f3e7e7, #e7c5d6, #d2a7d2, #b98dc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f3e7e7, #e7c5d6, #d2a7d2, #b98dc8);
}

Similar color palettes

Flower Blossom color palette created on .