Midnight Orchid Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Orchid Elegance palette

Share this palette to:

Midnight Orchid Elegance color palette CSS

/* CSS */
.color-1 {
color: #e7cad7;
}
.color-2 {
color: #f0b7b2;
}
.color-3 {
color: #dd6e91;
}
.color-4 {
color: #a37b8b;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #e7cad7;
--color-2: #f0b7b2;
--color-3: #dd6e91;
--color-4: #a37b8b;
--color-5: #6a4c94;
}

Midnight Orchid Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7cad7, #f0b7b2, #dd6e91, #a37b8b, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7cad7, #f0b7b2, #dd6e91, #a37b8b, #6a4c94);
}

Midnight Orchid Elegance color palette created on .