Paleta de colores Silver Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Silver Shades palette
CSS de la paleta de colores Silver Shades
/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #b6b6d3;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #bfbfbf;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d3b58d;
--color-3: #b6b6d3;
--color-4: #6a5bcd;
--color-5: #bfbfbf;
}
CSS del degradado de fondo Silver Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d3b58d, #b6b6d3, #6a5bcd, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d3b58d, #b6b6d3, #6a5bcd, #bfbfbf);
}
Paletas de colores similares
Silver Shades color palette created on .