Paleta de colores Shades of Whispering Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Whispering Shadows palette
CSS de la paleta de colores Shades of Whispering Shadows
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #3d3d3d;
}
.color-3 {
color: #595959;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #a6a6a6;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #3d3d3d;
--color-3: #595959;
--color-4: #808080;
--color-5: #a6a6a6;
}
CSS del degradado de fondo Shades of Whispering Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #3d3d3d, #595959, #808080, #a6a6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #3d3d3d, #595959, #808080, #a6a6a6);
}
Paletas de colores similares
Shades of Whispering Shadows color palette created on .