Midnight Feathers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Midnight Feathers palette
Midnight Feathers color palette CSS
/* CSS */
.color-1 {
color: #2a2c2d;
}
.color-2 {
color: #4e6d73;
}
.color-3 {
color: #7fa4a2;
}
.color-4 {
color: #a3d2c7;
}
.color-5 {
color: #e1f4f2;
}
/* CSS Variables */
:root {
--color-1: #2a2c2d;
--color-2: #4e6d73;
--color-3: #7fa4a2;
--color-4: #a3d2c7;
--color-5: #e1f4f2;
}
Midnight Feathers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a2c2d, #4e6d73, #7fa4a2, #a3d2c7, #e1f4f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a2c2d, #4e6d73, #7fa4a2, #a3d2c7, #e1f4f2);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Midnight Feathers color palette created on .