For Business Nails Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with For Business Nails palette

Share this palette to:

For Business Nails color palette PNG image

Download for business nails color palette PNG image (landscape)
Download for business nails color palette PNG image (square)

For Business Nails color palette CSS

/* CSS */
.color-1 {
color: #d0b1d3;
}
.color-2 {
color: #a49cc9;
}
.color-3 {
color: #8f7dba;
}
.color-4 {
color: #6a5e97;
}
.color-5 {
color: #4a4b82;
}

/* CSS Variables */
:root {
--color-1: #d0b1d3;
--color-2: #a49cc9;
--color-3: #8f7dba;
--color-4: #6a5e97;
--color-5: #4a4b82;
}

For Business Nails background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0b1d3, #a49cc9, #8f7dba, #6a5e97, #4a4b82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0b1d3, #a49cc9, #8f7dba, #6a5e97, #4a4b82);
}

For Business Nails color palette created on .