Sunset Oasis Color Palette

Discover the beautiful Sunset Oasis color palette featuring milano red (#b10615), flame pea (#d35f3c), rajah (#f7c47e), dairy cream (#f8e3af) and emerald (#4abf8c).

Brightness

Saturation

Warmth

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

Share this palette to:

💻 Sunset Oasis color palette CSS

/* CSS */
.color-1 {
color: #b10615;
}
.color-2 {
color: #d35f3c;
}
.color-3 {
color: #f7c47e;
}
.color-4 {
color: #f8e3af;
}
.color-5 {
color: #4abf8c;
}

/* CSS Variables */
:root {
--color-1: #b10615;
--color-2: #d35f3c;
--color-3: #f7c47e;
--color-4: #f8e3af;
--color-5: #4abf8c;
}

🌈 Sunset Oasis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b10615, #d35f3c, #f7c47e, #f8e3af, #4abf8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b10615, #d35f3c, #f7c47e, #f8e3af, #4abf8c);
}

Sunset Oasis color palette created on .