Night Light Color Palette

Discover the beautiful Night Light color palette featuring shingle fawn (#764d37), cape palliser (#9a6448), santa fe (#b97a59), tan (#cda089) and oyster pink (#ead6cd).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAutumn, Beige, Brown, Earthy, Muted, Soft, Tan, Vintage, Warm 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 Night Light palette

Share this palette to:

💻 Night Light color palette CSS

/* CSS */
.color-1 {
color: #764d37;
}
.color-2 {
color: #9a6448;
}
.color-3 {
color: #b97a59;
}
.color-4 {
color: #cda089;
}
.color-5 {
color: #ead6cd;
}

/* CSS Variables */
:root {
--color-1: #764d37;
--color-2: #9a6448;
--color-3: #b97a59;
--color-4: #cda089;
--color-5: #ead6cd;
}

🌈 Night Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #764d37, #9a6448, #b97a59, #cda089, #ead6cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #764d37, #9a6448, #b97a59, #cda089, #ead6cd);
}

Night Light color palette created on .