Golden Sunrise Bliss Color Palette

Discover the beautiful Golden Sunrise Bliss color palette featuring web orange (#faa700), bright sun (#ffcb47), salomie (#ffda8a), derby (#ffedd6) and peach (#ffe3b3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Yellow, Sun, 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 Golden Sunrise Bliss palette

Share this palette to:

💻 Golden Sunrise Bliss color palette CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #ffcb47;
}
.color-3 {
color: #ffda8a;
}
.color-4 {
color: #ffedd6;
}
.color-5 {
color: #ffe3b3;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ffcb47;
--color-3: #ffda8a;
--color-4: #ffedd6;
--color-5: #ffe3b3;
}

🌈 Golden Sunrise Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ffcb47, #ffda8a, #ffedd6, #ffe3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ffcb47, #ffda8a, #ffedd6, #ffe3b3);
}

Golden Sunrise Bliss color palette created on .