Paleta de colores Whispers of Fog
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Fog palette
Image Gallery

CSS de la paleta de colores Whispers of Fog
/* CSS */
.color-1 {
color: #f1ede9;
}
.color-2 {
color: #b8bec1;
}
.color-3 {
color: #93989f;
}
.color-4 {
color: #72777e;
}
.color-5 {
color: #4d555b;
}
/* CSS Variables */
:root {
--color-1: #f1ede9;
--color-2: #b8bec1;
--color-3: #93989f;
--color-4: #72777e;
--color-5: #4d555b;
}
CSS del degradado de fondo Whispers of Fog
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ede9, #b8bec1, #93989f, #72777e, #4d555b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ede9, #b8bec1, #93989f, #72777e, #4d555b);
}
Paletas de colores similares
Whispers of Fog color palette created on .