Midnight Grapes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Grapes palette

Share this palette to:

Midnight Grapes color palette PNG image

Download midnight grapes color palette PNG image (landscape)
Download midnight grapes color palette PNG image (square)

Midnight Grapes color palette CSS

/* CSS */
.color-1 {
color: #4a2c90;
}
.color-2 {
color: #6a4c94;
}
.color-3 {
color: #9e7eae;
}
.color-4 {
color: #d1c7e1;
}
.color-5 {
color: #e5e0e5;
}

/* CSS Variables */
:root {
--color-1: #4a2c90;
--color-2: #6a4c94;
--color-3: #9e7eae;
--color-4: #d1c7e1;
--color-5: #e5e0e5;
}

Midnight Grapes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2c90, #6a4c94, #9e7eae, #d1c7e1, #e5e0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2c90, #6a4c94, #9e7eae, #d1c7e1, #e5e0e5);
}

Midnight Grapes color palette created on .