Orange August Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange August palette

Share this palette to:

Orange August color palette CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #d58b2a;
}
.color-4 {
color: #c8651e;
}
.color-5 {
color: #8c3c21;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f0a800;
--color-3: #d58b2a;
--color-4: #c8651e;
--color-5: #8c3c21;
}

Orange August background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f0a800, #d58b2a, #c8651e, #8c3c21);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f0a800, #d58b2a, #c8651e, #8c3c21);
}

Orange August color palette created on .