Orange Clockwork Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Clockwork palette

Share this palette to:

Orange Clockwork color palette CSS

/* CSS */
.color-1 {
color: #ffb300;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #d54215;
}
.color-4 {
color: #8a3f9d;
}
.color-5 {
color: #3e5bfe;
}

/* CSS Variables */
:root {
--color-1: #ffb300;
--color-2: #ff6e00;
--color-3: #d54215;
--color-4: #8a3f9d;
--color-5: #3e5bfe;
}

Orange Clockwork background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb300, #ff6e00, #d54215, #8a3f9d, #3e5bfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb300, #ff6e00, #d54215, #8a3f9d, #3e5bfe);
}

Orange Clockwork color palette created on .