Loading...
Midnight Orchid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Orchid palette
Download Midnight Orchid Color Palette (PNG)
Midnight Orchid color palette CSS
/* CSS */
.color-1 {
color: #1f1b79;
}
.color-2 {
color: #4c409c;
}
.color-3 {
color: #7b6cb2;
}
.color-4 {
color: #af7dba;
}
.color-5 {
color: #eac3d6;
}
/* CSS Variables */
:root {
--color-1: #1f1b79;
--color-2: #4c409c;
--color-3: #7b6cb2;
--color-4: #af7dba;
--color-5: #eac3d6;
}
Midnight Orchid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1b79, #4c409c, #7b6cb2, #af7dba, #eac3d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1b79, #4c409c, #7b6cb2, #af7dba, #eac3d6);
}
Similar color palettes
Midnight Orchid color palette created on .