Blushing Blooms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Share this palette to:

Blushing Blooms color palette CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff4d82;
}
.color-3 {
color: #ff3d8e;
}
.color-4 {
color: #d7338d;
}
.color-5 {
color: #aa4ba9;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff4d82;
--color-3: #ff3d8e;
--color-4: #d7338d;
--color-5: #aa4ba9;
}

Blushing Blooms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff4d82, #ff3d8e, #d7338d, #aa4ba9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff4d82, #ff3d8e, #d7338d, #aa4ba9);
}

Blushing Blooms color palette created on .