Here Color Palette

Discover the beautiful Here color palette featuring nepal (#8db6c2), edgewater (#c2decd), givry (#f8eac0), rose bud (#f9b98c) and burnt sienna (#eb7156).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Coral, Cream, Light, Peach, Soft, Spring, 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 Here palette

Share this palette to:

💻 Here color palette CSS

/* CSS */
.color-1 {
color: #8db6c2;
}
.color-2 {
color: #c2decd;
}
.color-3 {
color: #f8eac0;
}
.color-4 {
color: #f9b98c;
}
.color-5 {
color: #eb7156;
}

/* CSS Variables */
:root {
--color-1: #8db6c2;
--color-2: #c2decd;
--color-3: #f8eac0;
--color-4: #f9b98c;
--color-5: #eb7156;
}

🌈 Here background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8db6c2, #c2decd, #f8eac0, #f9b98c, #eb7156);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8db6c2, #c2decd, #f8eac0, #f9b98c, #eb7156);
}

Here color palette created on .