Midnight Diamond Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Diamond palette

Share this palette to:

Midnight Diamond color palette PNG image

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

Midnight Diamond color palette CSS

/* CSS */
.color-1 {
color: #4b3c67;
}
.color-2 {
color: #6a5b8b;
}
.color-3 {
color: #9b7d9b;
}
.color-4 {
color: #d2a7c2;
}
.color-5 {
color: #fff0e5;
}

/* CSS Variables */
:root {
--color-1: #4b3c67;
--color-2: #6a5b8b;
--color-3: #9b7d9b;
--color-4: #d2a7c2;
--color-5: #fff0e5;
}

Midnight Diamond background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c67, #6a5b8b, #9b7d9b, #d2a7c2, #fff0e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c67, #6a5b8b, #9b7d9b, #d2a7c2, #fff0e5);
}

Midnight Diamond color palette created on .