Light Orchid Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Orchid palette

Share this palette to:

Download Light Orchid Color Palette (PNG)

Download light orchid color palette PNG image (landscape)
Download light orchid color palette PNG image (square)

Light Orchid color palette CSS

/* CSS */
.color-1 {
color: #d7b1e2;
}
.color-2 {
color: #e7c5e8;
}
.color-3 {
color: #f0d6e9;
}
.color-4 {
color: #f6e5b1;
}
.color-5 {
color: #f1b8a2;
}

/* CSS Variables */
:root {
--color-1: #d7b1e2;
--color-2: #e7c5e8;
--color-3: #f0d6e9;
--color-4: #f6e5b1;
--color-5: #f1b8a2;
}

Light Orchid background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7b1e2, #e7c5e8, #f0d6e9, #f6e5b1, #f1b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7b1e2, #e7c5e8, #f0d6e9, #f6e5b1, #f1b8a2);
}

Light Orchid color palette created on .