Paleta de colores Muted Elegance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Muted Elegance palette

Compartir esta paleta en:

CSS de la paleta de colores Muted Elegance

/* CSS */
.color-1 {
color: #afb2b6;
}
.color-2 {
color: #a9c8e0;
}
.color-3 {
color: #b6c8c6;
}
.color-4 {
color: #7a2a2e;
}
.color-5 {
color: #c5cfd3;
}

/* CSS Variables */
:root {
--color-1: #afb2b6;
--color-2: #a9c8e0;
--color-3: #b6c8c6;
--color-4: #7a2a2e;
--color-5: #c5cfd3;
}

CSS del degradado de fondo Muted Elegance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb2b6, #a9c8e0, #b6c8c6, #7a2a2e, #c5cfd3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb2b6, #a9c8e0, #b6c8c6, #7a2a2e, #c5cfd3);
}

Muted Elegance color palette created on .