Paleta de colores Shades of Grey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Grey palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Grey

/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #f2e8e3;
}
.color-4 {
color: #ffadcb;
}
.color-5 {
color: #c0598b;
}

/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #f2e8e3;
--color-4: #ffadcb;
--color-5: #c0598b;
}

CSS del degradado de fondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #f2e8e3, #ffadcb, #c0598b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #f2e8e3, #ffadcb, #c0598b);
}

Shades of Grey color palette created on .