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