Sunrise Serenity Color Palette

Discover the beautiful Sunrise Serenity color palette featuring koromiko (#ffb86b), chardonnay (#ffcd8f), peach (#ffe2b3), sail (#b2d9f5) and seagull (#78c3e8).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Orange, Summer 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 Sunrise Serenity palette

Share this palette to:

💻 Sunrise Serenity color palette CSS

/* CSS */
.color-1 {
color: #ffb86b;
}
.color-2 {
color: #ffcd8f;
}
.color-3 {
color: #ffe2b3;
}
.color-4 {
color: #b2d9f5;
}
.color-5 {
color: #78c3e8;
}

/* CSS Variables */
:root {
--color-1: #ffb86b;
--color-2: #ffcd8f;
--color-3: #ffe2b3;
--color-4: #b2d9f5;
--color-5: #78c3e8;
}

🌈 Sunrise Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb86b, #ffcd8f, #ffe2b3, #b2d9f5, #78c3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb86b, #ffcd8f, #ffe2b3, #b2d9f5, #78c3e8);
}

Sunrise Serenity color palette created on .