Sunset Snuggle Color Palette

Discover the beautiful Sunset Snuggle color palette featuring wax flower (#ffb59e), atomic tangerine (#ff9e66), burning orange (#ff7142), sunset orange (#ff4d4d) and red orange (#ff2e2e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withPeach, Bright, Fun, Aesthetic, 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 Sunset Snuggle palette

Share this palette to:

💻 Sunset Snuggle color palette CSS

/* CSS */
.color-1 {
color: #ffb59e;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ff7142;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ff2e2e;
}

/* CSS Variables */
:root {
--color-1: #ffb59e;
--color-2: #ff9e66;
--color-3: #ff7142;
--color-4: #ff4d4d;
--color-5: #ff2e2e;
}

🌈 Sunset Snuggle background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb59e, #ff9e66, #ff7142, #ff4d4d, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb59e, #ff9e66, #ff7142, #ff4d4d, #ff2e2e);
}

Sunset Snuggle color palette created on .