Haitaa Midnight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Haitaa Midnight palette

Share this palette to:

Haitaa Midnight color palette PNG image

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

Haitaa Midnight color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #493b91;
}
.color-3 {
color: #7a4f9c;
}
.color-4 {
color: #a762a1;
}
.color-5 {
color: #d77fb9;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #493b91;
--color-3: #7a4f9c;
--color-4: #a762a1;
--color-5: #d77fb9;
}

Haitaa Midnight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #493b91, #7a4f9c, #a762a1, #d77fb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #493b91, #7a4f9c, #a762a1, #d77fb9);
}

Haitaa Midnight color palette created on .