Rebel Women Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rebel Women palette

Share this palette to:

Rebel Women color palette PNG image

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

Rebel Women color palette CSS

/* CSS */
.color-1 {
color: #f7a1b2;
}
.color-2 {
color: #f6c6d7;
}
.color-3 {
color: #f4e1e6;
}
.color-4 {
color: #e3c8e4;
}
.color-5 {
color: #d2a8d6;
}

/* CSS Variables */
:root {
--color-1: #f7a1b2;
--color-2: #f6c6d7;
--color-3: #f4e1e6;
--color-4: #e3c8e4;
--color-5: #d2a8d6;
}

Rebel Women background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b2, #f6c6d7, #f4e1e6, #e3c8e4, #d2a8d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b2, #f6c6d7, #f4e1e6, #e3c8e4, #d2a8d6);
}

Rebel Women color palette created on .