Wheels of Warmth Color Palette

Discover the beautiful Wheels of Warmth color palette featuring sandy brown (#f3a85e), rajah (#f6b879), maize (#f4d19f), surf crest (#d1e6d5) and sinbad (#a1c6d4).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Orange, Fun, Summer, Vintage 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 Wheels of Warmth palette

Share this palette to:

💻 Wheels of Warmth color palette CSS

/* CSS */
.color-1 {
color: #f3a85e;
}
.color-2 {
color: #f6b879;
}
.color-3 {
color: #f4d19f;
}
.color-4 {
color: #d1e6d5;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #f3a85e;
--color-2: #f6b879;
--color-3: #f4d19f;
--color-4: #d1e6d5;
--color-5: #a1c6d4;
}

🌈 Wheels of Warmth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a85e, #f6b879, #f4d19f, #d1e6d5, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a85e, #f6b879, #f4d19f, #d1e6d5, #a1c6d4);
}

Wheels of Warmth color palette created on .