Paleta de colores Whispers of Fog
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Fog palette
CSS de la paleta de colores Whispers of Fog
/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b9e2e9;
}
.color-3 {
color: #d4f3f7;
}
.color-4 {
color: #e6f9f9;
}
.color-5 {
color: #f0ffff;
}
/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b9e2e9;
--color-3: #d4f3f7;
--color-4: #e6f9f9;
--color-5: #f0ffff;
}
CSS del degradado de fondo Whispers of Fog
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b9e2e9, #d4f3f7, #e6f9f9, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b9e2e9, #d4f3f7, #e6f9f9, #f0ffff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Estético
Whispers of Fog color palette created on .