Soft Orange Color Palette
Discover the beautiful Soft Orange color palette featuring contessa (#c17664), laser (#c9a863), whiskey (#d3ae7a), my pink (#d49d88) and santa fe (#b66758).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Soft Orange palette
💻 Soft Orange color palette CSS
/* CSS */
.color-1 {
color: #c17664;
}
.color-2 {
color: #c9a863;
}
.color-3 {
color: #d3ae7a;
}
.color-4 {
color: #d49d88;
}
.color-5 {
color: #b66758;
}
/* CSS Variables */
:root {
--color-1: #c17664;
--color-2: #c9a863;
--color-3: #d3ae7a;
--color-4: #d49d88;
--color-5: #b66758;
} 🌈 Soft Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c17664, #c9a863, #d3ae7a, #d49d88, #b66758);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c17664, #c9a863, #d3ae7a, #d49d88, #b66758);
} 🔗 Explore similar color palettes
Soft Orange color palette created on .