Orange Blue Sky Color Palette
Discover the beautiful Orange Blue Sky color palette featuring sandy brown (#f2a769), sandy brown (#f2b55f), burnt sienna (#e67d4c), chetwode blue (#7b88e0) and san marino (#4a6dba).
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 Orange Blue Sky palette
๐ป Orange Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #f2a769;
}
.color-2 {
color: #f2b55f;
}
.color-3 {
color: #e67d4c;
}
.color-4 {
color: #7b88e0;
}
.color-5 {
color: #4a6dba;
}
/* CSS Variables */
:root {
--color-1: #f2a769;
--color-2: #f2b55f;
--color-3: #e67d4c;
--color-4: #7b88e0;
--color-5: #4a6dba;
} ๐ Orange Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a769, #f2b55f, #e67d4c, #7b88e0, #4a6dba);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a769, #f2b55f, #e67d4c, #7b88e0, #4a6dba);
} ๐ Explore similar color palettes
Orange Blue Sky color palette created on .