Soft Orange and Blue Color Palette
Discover the beautiful Soft Orange and Blue color palette featuring corvette (#fad59e), morning glory (#a3cfe0), web orange (#f5a300), maize (#f6d4a2) and regent st blue (#9fc7e0).
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 and Blue palette
๐ป Soft Orange and Blue color palette CSS
/* CSS */
.color-1 {
color: #fad59e;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f6d4a2;
}
.color-5 {
color: #9fc7e0;
}
/* CSS Variables */
:root {
--color-1: #fad59e;
--color-2: #a3cfe0;
--color-3: #f5a300;
--color-4: #f6d4a2;
--color-5: #9fc7e0;
} ๐ Soft Orange and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad59e, #a3cfe0, #f5a300, #f6d4a2, #9fc7e0);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad59e, #a3cfe0, #f5a300, #f6d4a2, #9fc7e0);
} ๐ Explore similar color palettes
Soft Orange and Blue color palette created on .