Webbed Sunset Color Palette

Discover the beautiful Webbed Sunset color palette featuring casablanca (#f3a949), portica (#f5d870), rose fog (#e7c8b6), cold purple (#b2a6d9) and havelock blue (#4b91e2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Amber, Blue, Yellow, Fun 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 Webbed Sunset palette

Share this palette to:

💻 Webbed Sunset color palette CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f5d870;
}
.color-3 {
color: #e7c8b6;
}
.color-4 {
color: #b2a6d9;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f5d870;
--color-3: #e7c8b6;
--color-4: #b2a6d9;
--color-5: #4b91e2;
}

🌈 Webbed Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f5d870, #e7c8b6, #b2a6d9, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f5d870, #e7c8b6, #b2a6d9, #4b91e2);
}

Webbed Sunset color palette created on .