Paleta de colores Shades of Silver Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Silver Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Silver Whisper

/* CSS */
.color-1 {
color: #ebebeb;
}
.color-2 {
color: #c9c9c9;
}
.color-3 {
color: #a8a8a8;
}
.color-4 {
color: #878787;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #ebebeb;
--color-2: #c9c9c9;
--color-3: #a8a8a8;
--color-4: #878787;
--color-5: #666666;
}

CSS del degradado de fondo Shades of Silver Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebebeb, #c9c9c9, #a8a8a8, #878787, #666666);
}

Shades of Silver Whisper color palette created on .