Soft Orange Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Orange palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Orange Color Palette (PNG)
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);
}
Similar color palettes
Soft Orange color palette created on .