女性 ビジネス Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 女性 ビジネス palette

Share this palette to:

女性 ビジネス color palette PNG image

Download 女性 ビジネス color palette PNG image (landscape)
Download 女性 ビジネス color palette PNG image (square)

女性 ビジネス color palette CSS

/* CSS */
.color-1 {
color: #d6a4c5;
}
.color-2 {
color: #c78ab8;
}
.color-3 {
color: #a76c97;
}
.color-4 {
color: #6c4a8c;
}
.color-5 {
color: #4b2c63;
}

/* CSS Variables */
:root {
--color-1: #d6a4c5;
--color-2: #c78ab8;
--color-3: #a76c97;
--color-4: #6c4a8c;
--color-5: #4b2c63;
}

女性 ビジネス background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6a4c5, #c78ab8, #a76c97, #6c4a8c, #4b2c63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6a4c5, #c78ab8, #a76c97, #6c4a8c, #4b2c63);
}

女性 ビジネス color palette created on .