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