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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Blue, Sunset color palettes and combinations.

๐Ÿ’ก 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

Share this palette to:

๐Ÿ’ป 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);
}

Orange Blue Sky color palette created on .