Paleta de colores Rust and Gears
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rust and Gears palette
CSS de la paleta de colores Rust and Gears
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4a5568;
}
.color-3 {
color: #6d767e;
}
.color-4 {
color: #efac4d;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4a5568;
--color-3: #6d767e;
--color-4: #efac4d;
--color-5: #ff6e61;
}
CSS del degradado de fondo Rust and Gears
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4a5568, #6d767e, #efac4d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4a5568, #6d767e, #efac4d, #ff6e61);
}
Paletas de colores similares
Rust and Gears color palette created on .