Sage and White Color Palette

Discover the beautiful Sage and White color palette featuring rainee (#b0c4a1), surf crest (#d3e4d5), loafer (#f0f4e1), white (#ffffff) and norway (#a4b5a1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withEarthy, Green, Light, Nature, Neutral, Sage, Soft, White 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 Sage and White palette

Share this palette to:

💻 Sage and White color palette CSS

/* CSS */
.color-1 {
color: #b0c4a1;
}
.color-2 {
color: #d3e4d5;
}
.color-3 {
color: #f0f4e1;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a4b5a1;
}

/* CSS Variables */
:root {
--color-1: #b0c4a1;
--color-2: #d3e4d5;
--color-3: #f0f4e1;
--color-4: #ffffff;
--color-5: #a4b5a1;
}

🌈 Sage and White background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4a1, #d3e4d5, #f0f4e1, #ffffff, #a4b5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4a1, #d3e4d5, #f0f4e1, #ffffff, #a4b5a1);
}

Sage and White color palette created on .