Sunny Oasis Color Palette

Discover the beautiful Sunny Oasis color palette featuring saffron (#f6b83c), manhattan (#f8c3a0), albescent white (#f6e2d5), shadow green (#91c5c3) and astral (#3c8e9a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Aqua, Beach, Bright, Spring 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 Sunny Oasis palette

Share this palette to:

๐Ÿ’ป Sunny Oasis color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f8c3a0;
}
.color-3 {
color: #f6e2d5;
}
.color-4 {
color: #91c5c3;
}
.color-5 {
color: #3c8e9a;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f8c3a0;
--color-3: #f6e2d5;
--color-4: #91c5c3;
--color-5: #3c8e9a;
}

๐ŸŒˆ Sunny Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f8c3a0, #f6e2d5, #91c5c3, #3c8e9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f8c3a0, #f6e2d5, #91c5c3, #3c8e9a);
}

Sunny Oasis color palette created on .