Blushing Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

Share this palette to:

Blushing Blossoms color palette CSS

/* CSS */
.color-1 {
color: #ffd6e2;
}
.color-2 {
color: #ffbdd4;
}
.color-3 {
color: #ff9eb8;
}
.color-4 {
color: #ff809b;
}
.color-5 {
color: #ff6186;
}

/* CSS Variables */
:root {
--color-1: #ffd6e2;
--color-2: #ffbdd4;
--color-3: #ff9eb8;
--color-4: #ff809b;
--color-5: #ff6186;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6e2, #ffbdd4, #ff9eb8, #ff809b, #ff6186);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6e2, #ffbdd4, #ff9eb8, #ff809b, #ff6186);
}

Similar color palettes

Blushing Blossoms color palette created on .