Women Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Women palette

Share this palette to:

Women color palette PNG image

Download women color palette PNG image (landscape)
Download women color palette PNG image (square)

Women color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9f80;
}
.color-3 {
color: #ffb5a8;
}
.color-4 {
color: #ffe5d1;
}
.color-5 {
color: #f9c8d6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9f80;
--color-3: #ffb5a8;
--color-4: #ffe5d1;
--color-5: #f9c8d6;
}

Women background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9f80, #ffb5a8, #ffe5d1, #f9c8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9f80, #ffb5a8, #ffe5d1, #f9c8d6);
}

Women color palette created on .