Orange Oasis Color Palette

Discover the beautiful Orange Oasis color palette featuring flamingo (#e85d26), web orange (#f5a300), banana mania (#fce8b6), padua (#b7ebc8) and ocean green (#499c8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Bright, Orange, Green, Vibrant 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 Oasis palette

Share this palette to:

๐Ÿ’ป Orange Oasis color palette CSS

/* CSS */
.color-1 {
color: #e85d26;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #fce8b6;
}
.color-4 {
color: #b7ebc8;
}
.color-5 {
color: #499c8d;
}

/* CSS Variables */
:root {
--color-1: #e85d26;
--color-2: #f5a300;
--color-3: #fce8b6;
--color-4: #b7ebc8;
--color-5: #499c8d;
}

๐ŸŒˆ Orange Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e85d26, #f5a300, #fce8b6, #b7ebc8, #499c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e85d26, #f5a300, #fce8b6, #b7ebc8, #499c8d);
}

Orange Oasis color palette created on .