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: #ffb3d9;
}
.color-2 {
color: #ff99b1;
}
.color-3 {
color: #ff809b;
}
.color-4 {
color: #ff5c7a;
}
.color-5 {
color: #ff3d61;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff99b1;
--color-3: #ff809b;
--color-4: #ff5c7a;
--color-5: #ff3d61;
}

Blushing Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff99b1, #ff809b, #ff5c7a, #ff3d61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff99b1, #ff809b, #ff5c7a, #ff3d61);
}

Blushing Blossoms color palette created on .