Feminine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Feminine palette
Color Inspiration
Images that showcase this color palette in real designs
Download Feminine Color Palette (PNG)
Feminine color palette CSS
/* CSS */
.color-1 {
color: #ffe5f5;
}
.color-2 {
color: #ffc7e9;
}
.color-3 {
color: #ffb8df;
}
.color-4 {
color: #ff99d8;
}
.color-5 {
color: #ff70c6;
}
/* CSS Variables */
:root {
--color-1: #ffe5f5;
--color-2: #ffc7e9;
--color-3: #ffb8df;
--color-4: #ff99d8;
--color-5: #ff70c6;
}
Feminine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe5f5, #ffc7e9, #ffb8df, #ff99d8, #ff70c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe5f5, #ffc7e9, #ffb8df, #ff99d8, #ff70c6);
}
Similar color palettes
Feminine color palette created on .