Paleta de colores Gray and Yellow Wrench
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Gray and Yellow Wrench palette
CSS de la paleta de colores Gray and Yellow Wrench
/* CSS */
.color-1 {
color: #7c7d8d;
}
.color-2 {
color: #a2a7b9;
}
.color-3 {
color: #c4c9d4;
}
.color-4 {
color: #e4e9f1;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #7c7d8d;
--color-2: #a2a7b9;
--color-3: #c4c9d4;
--color-4: #e4e9f1;
--color-5: #f0a800;
}
CSS del degradado de fondo Gray and Yellow Wrench
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7d8d, #a2a7b9, #c4c9d4, #e4e9f1, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7d8d, #a2a7b9, #c4c9d4, #e4e9f1, #f0a800);
}
Paletas de colores similares
Gray and Yellow Wrench color palette created on .