Soft Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Orange palette

Share this palette to:

Download Soft Orange Color Palette (PNG)

Download soft orange color palette PNG image (landscape)
Download soft orange color palette PNG image (square)

Soft Orange color palette CSS

/* CSS */
.color-1 {
color: #c07562;
}
.color-2 {
color: #caa963;
}
.color-3 {
color: #d2ad79;
}
.color-4 {
color: #d49d87;
}
.color-5 {
color: #b66858;
}

/* CSS Variables */
:root {
--color-1: #c07562;
--color-2: #caa963;
--color-3: #d2ad79;
--color-4: #d49d87;
--color-5: #b66858;
}

Soft Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c07562, #caa963, #d2ad79, #d49d87, #b66858);
}

Soft Orange color palette created on .