Natural Glow Color Palette

Discover the beautiful Natural Glow color palette featuring wheat (#f5d6b7), cashmere (#e2b8a1), my pink (#d69d8f), brandy rose (#b8907a) and coral tree (#a86e5d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Cream, Peach, Apricot, Brown, Skin 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 Natural Glow palette

Share this palette to:

💻 Natural Glow color palette CSS

/* CSS */
.color-1 {
color: #f5d6b7;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69d8f;
}
.color-4 {
color: #b8907a;
}
.color-5 {
color: #a86e5d;
}

/* CSS Variables */
:root {
--color-1: #f5d6b7;
--color-2: #e2b8a1;
--color-3: #d69d8f;
--color-4: #b8907a;
--color-5: #a86e5d;
}

🌈 Natural Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d6b7, #e2b8a1, #d69d8f, #b8907a, #a86e5d);
}

Natural Glow color palette created on .