Paleta de colores Midnight Feathers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Midnight Feathers palette

Compartir esta paleta en:

CSS de la paleta de colores Midnight Feathers

/* 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;
}

CSS del degradado de fondo Midnight Feathers

/* 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);
}

Midnight Feathers color palette created on .