Rust and Gears Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Rust and Gears palette
tavolozza dei colori Rust and Gears CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Rust and Gears color palette created on .