Paleta de colores Clockwork
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Clockwork palette
CSS de la paleta de colores Clockwork
/* CSS */
.color-1 {
color: #bf6a40;
}
.color-2 {
color: #bf743b;
}
.color-3 {
color: #c48436;
}
.color-4 {
color: #ab7626;
}
.color-5 {
color: #7a5c1a;
}
/* CSS Variables */
:root {
--color-1: #bf6a40;
--color-2: #bf743b;
--color-3: #c48436;
--color-4: #ab7626;
--color-5: #7a5c1a;
}
CSS del degradado de fondo Clockwork
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bf6a40, #bf743b, #c48436, #ab7626, #7a5c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bf6a40, #bf743b, #c48436, #ab7626, #7a5c1a);
}
Paletas de colores similares
No se encontraron paletas
Prueba con filtros diferentes o limpia tu selección actual.
Clockwork color palette created on .