Clockwork Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Clockwork palette
Clockwork color palette CSS
/* 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;
}
Clockwork background gradient CSS
/* 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);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Clockwork color palette created on .