Gender Neutral Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Gender Neutral palette

Share this palette to:

Download Gender Neutral Color Palette (PNG)

Download gender neutral color palette PNG image (landscape)
Download gender neutral color palette PNG image (square)

Gender Neutral color palette CSS

/* CSS */
.color-1 {
color: #e0c28a;
}
.color-2 {
color: #b5e0a3;
}
.color-3 {
color: #8fc6e5;
}
.color-4 {
color: #f7c4b6;
}
.color-5 {
color: #f09c5c;
}

/* CSS Variables */
:root {
--color-1: #e0c28a;
--color-2: #b5e0a3;
--color-3: #8fc6e5;
--color-4: #f7c4b6;
--color-5: #f09c5c;
}

Gender Neutral background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0c28a, #b5e0a3, #8fc6e5, #f7c4b6, #f09c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0c28a, #b5e0a3, #8fc6e5, #f7c4b6, #f09c5c);
}

Gender Neutral color palette created on .