Rebel Women Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rebel Women palette
Rebel Women color palette PNG image
Rebel Women color palette CSS
/* CSS */
.color-1 {
color: #f9a9b6;
}
.color-2 {
color: #f9c8d9;
}
.color-3 {
color: #f9e1e6;
}
.color-4 {
color: #efc3ef;
}
.color-5 {
color: #e4a7e6;
}
/* CSS Variables */
:root {
--color-1: #f9a9b6;
--color-2: #f9c8d9;
--color-3: #f9e1e6;
--color-4: #efc3ef;
--color-5: #e4a7e6;
}
Rebel Women background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a9b6, #f9c8d9, #f9e1e6, #efc3ef, #e4a7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a9b6, #f9c8d9, #f9e1e6, #efc3ef, #e4a7e6);
}
Similar color palettes
Rebel Women color palette created on .