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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Natural Glow color palette created on .