Adam's Sunrise Color Palette

Discover the beautiful Adam's Sunrise color palette featuring cello (#1f3b61), wedgewood (#507e9b), half baked (#8cc1d4), tulip tree (#f1b341) and red damask (#d56a34).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Modern, Orange, Teal, Turquoise, Yellow 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 Adam's Sunrise palette

Share this palette to:

💻 Adam's Sunrise color palette CSS

/* CSS */
.color-1 {
color: #1f3b61;
}
.color-2 {
color: #507e9b;
}
.color-3 {
color: #8cc1d4;
}
.color-4 {
color: #f1b341;
}
.color-5 {
color: #d56a34;
}

/* CSS Variables */
:root {
--color-1: #1f3b61;
--color-2: #507e9b;
--color-3: #8cc1d4;
--color-4: #f1b341;
--color-5: #d56a34;
}

🌈 Adam's Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b61, #507e9b, #8cc1d4, #f1b341, #d56a34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b61, #507e9b, #8cc1d4, #f1b341, #d56a34);
}

Adam's Sunrise color palette created on .