Sachi Color Palette

Discover the beautiful Sachi color palette featuring manhattan (#f5b59e), manhattan (#f7c6a6), dairy cream (#f9e1b9), sidecar (#f1e8b7) and surf crest (#d0e7d0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGreen, Light, Pastel, Peach, Pink, Sachi, Soft, Yellow 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 Sachi palette

Share this palette to:

💻 Sachi color palette CSS

/* CSS */
.color-1 {
color: #f5b59e;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f9e1b9;
}
.color-4 {
color: #f1e8b7;
}
.color-5 {
color: #d0e7d0;
}

/* CSS Variables */
:root {
--color-1: #f5b59e;
--color-2: #f7c6a6;
--color-3: #f9e1b9;
--color-4: #f1e8b7;
--color-5: #d0e7d0;
}

🌈 Sachi background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b59e, #f7c6a6, #f9e1b9, #f1e8b7, #d0e7d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b59e, #f7c6a6, #f9e1b9, #f1e8b7, #d0e7d0);
}

Sachi color palette created on .