Paleta de colores Midnight Feather
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Midnight Feather palette
CSS de la paleta de colores Midnight Feather
/* 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;
}
CSS del degradado de fondo Midnight Feather
/* 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);
}
Paletas de colores similares
Midnight Feather color palette created on .