Feminist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Feminist palette
Download Feminist Color Palette (PNG)
Feminist color palette CSS
/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f6a87e;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #9dcf68;
}
.color-5 {
color: #3a7e79;
}
/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f6a87e;
--color-3: #f9e19f;
--color-4: #9dcf68;
--color-5: #3a7e79;
}
Feminist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f6a87e, #f9e19f, #9dcf68, #3a7e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f6a87e, #f9e19f, #9dcf68, #3a7e79);
}
Similar color palettes
Feminist color palette created on .