Paleta de colores Whispering Silver Hues

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Silver Hues palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Silver Hues

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f7f7f7;
}
.color-3 {
color: #ebebeb;
}
.color-4 {
color: #dcdcdb;
}
.color-5 {
color: #cacac9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f7f7f7;
--color-3: #ebebeb;
--color-4: #dcdcdb;
--color-5: #cacac9;
}

CSS del degradado de fondo Whispering Silver Hues

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f7f7f7, #ebebeb, #dcdcdb, #cacac9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f7f7f7, #ebebeb, #dcdcdb, #cacac9);
}

Whispering Silver Hues color palette created on .