Paleta de colores Whispers of Fog

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Fog palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Fog

/* CSS */
.color-1 {
color: #a6a8ab;
}
.color-2 {
color: #b0b3b5;
}
.color-3 {
color: #c4c8ca;
}
.color-4 {
color: #e0e3e5;
}
.color-5 {
color: #f3f5f6;
}

/* CSS Variables */
:root {
--color-1: #a6a8ab;
--color-2: #b0b3b5;
--color-3: #c4c8ca;
--color-4: #e0e3e5;
--color-5: #f3f5f6;
}

CSS del degradado de fondo Whispers of Fog

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6a8ab, #b0b3b5, #c4c8ca, #e0e3e5, #f3f5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6a8ab, #b0b3b5, #c4c8ca, #e0e3e5, #f3f5f6);
}

Whispers of Fog color palette created on .