Midnight Feather Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Midnight Feather palette

Share this palette to:

Midnight Feather color palette CSS

/* CSS */
.color-1 {
color: #2a2c32;
}
.color-2 {
color: #42454c;
}
.color-3 {
color: #5c616a;
}
.color-4 {
color: #a0a2a7;
}
.color-5 {
color: #f0f2f4;
}

/* CSS Variables */
:root {
--color-1: #2a2c32;
--color-2: #42454c;
--color-3: #5c616a;
--color-4: #a0a2a7;
--color-5: #f0f2f4;
}

Midnight Feather background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c32, #42454c, #5c616a, #a0a2a7, #f0f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c32, #42454c, #5c616a, #a0a2a7, #f0f2f4);
}

Midnight Feather color palette created on .