Serpentine Blush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serpentine Blush palette

Share this palette to:

Serpentine Blush color palette CSS

/* CSS */
.color-1 {
color: #f7a1b2;
}
.color-2 {
color: #d99bb0;
}
.color-3 {
color: #c2809b;
}
.color-4 {
color: #a95b83;
}
.color-5 {
color: #7a3e5c;
}

/* CSS Variables */
:root {
--color-1: #f7a1b2;
--color-2: #d99bb0;
--color-3: #c2809b;
--color-4: #a95b83;
--color-5: #7a3e5c;
}

Serpentine Blush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b2, #d99bb0, #c2809b, #a95b83, #7a3e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b2, #d99bb0, #c2809b, #a95b83, #7a3e5c);
}

Serpentine Blush color palette created on .