Orange Timekeeper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange Timekeeper palette

Share this palette to:

Orange Timekeeper color palette CSS

/* CSS */
.color-1 {
color: #f9d66c;
}
.color-2 {
color: #f19d3b;
}
.color-3 {
color: #e27e3c;
}
.color-4 {
color: #da4e2b;
}
.color-5 {
color: #982a2a;
}

/* CSS Variables */
:root {
--color-1: #f9d66c;
--color-2: #f19d3b;
--color-3: #e27e3c;
--color-4: #da4e2b;
--color-5: #982a2a;
}

Orange Timekeeper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d66c, #f19d3b, #e27e3c, #da4e2b, #982a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d66c, #f19d3b, #e27e3c, #da4e2b, #982a2a);
}

Orange Timekeeper color palette created on .