Arctic Sunset Serenade Color Palette

Discover the beautiful Arctic Sunset Serenade color palette featuring regent st blue (#a7c7e7), sandy brown (#f2b05f), raw sienna (#d06b39), hopbush (#c75c9e) and cream can (#f5d15b).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Amber, Autumn, Bright, Vibrant 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 Arctic Sunset Serenade palette

Share this palette to:

💻 Arctic Sunset Serenade color palette CSS

/* CSS */
.color-1 {
color: #a7c7e7;
}
.color-2 {
color: #f2b05f;
}
.color-3 {
color: #d06b39;
}
.color-4 {
color: #c75c9e;
}
.color-5 {
color: #f5d15b;
}

/* CSS Variables */
:root {
--color-1: #a7c7e7;
--color-2: #f2b05f;
--color-3: #d06b39;
--color-4: #c75c9e;
--color-5: #f5d15b;
}

🌈 Arctic Sunset Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c7e7, #f2b05f, #d06b39, #c75c9e, #f5d15b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c7e7, #f2b05f, #d06b39, #c75c9e, #f5d15b);
}

Arctic Sunset Serenade color palette created on .