Orange Dream Color Palette

Discover the beautiful Orange Dream color palette featuring orange (#ff6d1f), atomic tangerine (#ff9d5c), chardonnay (#ffca8a), sandy beach (#ffebc7) and perano (#9fd2f4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Orange, Summer, Tropical 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 Dream palette

Share this palette to:

💻 Orange Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffca8a;
}
.color-4 {
color: #ffebc7;
}
.color-5 {
color: #9fd2f4;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d5c;
--color-3: #ffca8a;
--color-4: #ffebc7;
--color-5: #9fd2f4;
}

🌈 Orange Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d5c, #ffca8a, #ffebc7, #9fd2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d5c, #ffca8a, #ffebc7, #9fd2f4);
}

Orange Dream color palette created on .